lead 27
08-17-2007, 02:19 AM
Hi
Just a quick question
Is there any way that I can view which users are logged onto the database?
Thanks
Just a quick question
Is there any way that I can view which users are logged onto the database?
Thanks
|
View Full Version : View Users lead 27 08-17-2007, 02:19 AM Hi Just a quick question Is there any way that I can view which users are logged onto the database? Thanks Dennisk 08-17-2007, 02:21 AM Use the CurrentUser() Function Guus2005 08-17-2007, 02:25 AM use ldbview.exe lead 27 08-17-2007, 02:43 AM Thanks for your quick replys The currentuser() works but only for that user, I want to see everyone who are logged on to the Database at the time. Thanks PeterF 08-17-2007, 04:17 AM Maybe you can use this (http://www.mvps.org/access/modules/mdl0055.htm) ldb viewer. Guus2005 08-17-2007, 04:18 AM To see who's logged into the database i allways use ldbview.exe. It shows you who is/was logged in the database. The ldb file was dropped the moment every user closes the database. You have to locate the LDBVIEW.EXE on the internet. Enjoy! Moniker 08-17-2007, 08:40 AM Have you considered just opening the LDB file as a text file (as in, use Notepad)? It's pretty simple to iterate through what's in there and get what you're after. |