Hi ujb,
Thanks for the quick reply!! The first option worked like a charm I used
select E.EMP_REF,E.FORENAME,E.SURNAME from EMPLOYEE_DETAILS E where not exists
(select * from ONE_OFF_TRAINING t where e.EMP_REF = t.EMP_REF and t.ONE_OFF_COURSE_TITLE=:ONE_OFF_COURSE_TITLE) ORDER BY E.SURNAME")...
Hi,
I'm trying to work out a way to find the following info from a table called TRAINING:
EMP_REF COURSE_REF
1 1
1 2
1 3
1 4
2 1
2 2
2 3 etc
From this data I need to find which employees have taken a...
Hi Martin,
Thanks for the reply, you are right as I found this to be the problem after much experimentation!. The problem for me is my server has two nics and IB 6.5 IBEvents component can only work with one, however I did find the AutoRegister property to also be problematic as you suggested...
Hi all,
I have a remote database sitting on a Windows 2000 Server machine running Interbase server 6.5. I have around 10 clients connected through an application written in C++ builder with Interbase Express components (TCP connection).
Recently I installed the application on another machine...
Hi,
Im looking to create tables at runtime using CBuilder 6 and interbase, preferably using a stored procedure. Ive tried a few different methods without success and can find nothing on the net. Any advice would be appreciated.
TIA
Kris
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.