No users in my database :(

S

snaafi

I have my own Workgroup file where I defined my groups, users, and permissions.
From the code, it shows that there are no users.

MsgBox DBEngine.Workspaces(0).Users.Count will display "0"
MsgBox DBEngine(0).Users.Count will display "0"

Any idea what's wrong with my DB

Thanks,
snaafi
 
S

snaafi

snaafi said:
I have my own Workgroup file where I defined my groups, users, and permissions.
From the code, it shows that there are no users.

MsgBox DBEngine.Workspaces(0).Users.Count will display "0"
MsgBox DBEngine(0).Users.Count will display "0"

Any idea what's wrong with my DB

Thanks,
snaafi

Please help me
I am still waiting for a solution.

Thanks,
Snaafi
 
J

Joan Wild

How did you define your groups/users - via the security dialogs?

When you open Northwind, using system.mdw does it report correctly?

(permissions are stored in the mdb, not the workgroup file, BTW)
 

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

Top