List of Users

D

Dates

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
 
A

Arvin Meyer [MVP]

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
 
D

Dates

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
 
V

Van T. Dinh

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 ...
 
B

Brendan Reynolds

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.
 
Top