Current users

bobfin

Registered User.
Local time
Today, 20:33
Joined
Mar 29, 2002
Messages
82
How can you see what users are still using a database? This would be helpful when trying to get people to exit a database so changes or fixes can be made.
 
There is a LDB file that is created as the db is opened(readable with notpad). The only problem is that it contains the name of every one who got connected since the db was opened, even if that user got disconnected since then.
Still, it limits the number of users you'll have to call.
Hope that helps you!
Newman
 
Try www.rogersaccesslibrary.com for a sample of how to kick your users out of the db remotely. I use it all of the time and it works like a charm. He also has a sample just to see who is currently in the db.

Autoeng
 

Users who are viewing this thread

Back
Top Bottom