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