List of Users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to build an Access User List for a DB. I have read the 2 posts on
the subject and have gone to the link provided. I'm still having trouble
with this GUID? I'm not exactly sure what I need to build or even how to
create it? Any ideas
 
Rick,

Sorry... What I meant is. I want to know who is currently in the Database.
 
You can easily find out who is logged into anything on a server by
right-clicking on "My Computer" choosing "Manage" then "Shared Folders" then
"Open Files" and you'll see every shared file in use on that machine, along
with the logged in username of anyone connected to it. You can use Terminal
Services to connect to the server or do it locally (assuming you have
permissions).
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
The code in the article works fine. See my earlier post in this thread.
 
Van,

This part of the code I'm having trouble with. The user roster is exposed
as a provider-specific schema rowset
' in the Jet 4 OLE DB provider. You have to use a GUID to
' reference the schema, as provider-specific schemas are not
' listed in ADO's type library for schema rowsets. How do you create
the GUID or the schema? I've looked on the msft website, I have found the
link with the walkthroughs, but it is not very clear.

Thanks
Dates
 
I used *exactly* the same GUID as posted in the code in the article. I
think it is the GUID of ADO Library.

I don't even have VS.Net installed ...
 
On my system ...

Start
All Programs
Microsoft Visual Studio .NET 2003
Visual Studio .NET Tools
Visual Studio .NET 2003 Command Prompt

Details may differ depending on your version of Windows and of Visual
Studio, and whether you accepted or changed the default choices when
installing Visual Studio.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top