No users in my database :(

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

Guest

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