drosenkranz
Programmer
I'm using VB 5.0 Service Pack 3 and Access 97 to support about 40 users on a system. Sometimes users get error locking messages that indicate their update failed because their record is in use by another user when that other user is no longer even using the system.
Sometimes the offending user is just browsing is in a different table but they're reported as locking the record the user is trying to update in their table anyway.
related problem with high traffic periods. When users log off, I can still see their computer names appearing in the .ldb file long after they've packed up, logged out, and gone home.
The only thing I noticed was I failed to close the workspace and the database before the "End" statement terminating the program. Would this affect the Database on the server in any way?
Any ideas or suggestions?
Sometimes the offending user is just browsing is in a different table but they're reported as locking the record the user is trying to update in their table anyway.
related problem with high traffic periods. When users log off, I can still see their computer names appearing in the .ldb file long after they've packed up, logged out, and gone home.
The only thing I noticed was I failed to close the workspace and the database before the "End" statement terminating the program. Would this affect the Database on the server in any way?
Any ideas or suggestions?