earlrainer
Programmer
Hi
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 setting which restricts the number of users accessing the database at the same time
Bye
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 setting which restricts the number of users accessing the database at the same time
Bye