|
-
Sep 6th, 2006, 02:51 AM
#1
Thread Starter
Fanatic Member
Determing if Other Users are Connected
For an application I am writting, I would like to have a system to identify if other users are currently connected to the database (with editing permissions), and whether any of those users are actively editing a record.
The reason for needing this information is that I would like to provide a notification to the user, yet still allow mutiple users to edit the database at once.
I need to know if anybody (even persons not using my program, but using other database editing applications) have the permission to edit the database, and whether they are accually editing the database.
What is the best way to get this information?
My program is currently setup to use the ADODB system, and is currently using an access database (mdb format, for ease of editing and viewing while programming).
Also, I am currently using Visual Basic 6.
Last edited by Gaming_World; Sep 6th, 2006 at 02:55 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|