earlrainer
Programmer
I am not sure whether delphi or sybase is the source of my problem,but anyway here it goes.....
I have this program in delphi which accesses a sybase database.
Now the exe and the database both lie on the server and the users access the program from their machines.
There is no problem if two users are logged in and are using the program at the same time.
However the problem comes up when third user tries to login.
The program on his machine seems to go in a hang mode...and nothing happens for even about half an hour.
However if one of the other user logs out ,then the program on the third users machines starts to work properly.
I am not sure if this is a sybase problem or something to do with the BDE configurations in delphi.
i am using a database component with some tquery/datasource components in my program
I am sure atleast one of you must have faced this problem sometime.......
so guys please help .........