T
TNL
Hi
I want to use DAO to set password for standard "admin" user as following:
....
Set ws = DBEngine.CreateWorkspace("test", "admin", "")
ws.Users("admin").NewPassword "", "xxxxxxxx"
but I receive "Element in this collection not found"
in Debug modus, the users.count = 0
How can I do?
Thanhks
TNL
I want to use DAO to set password for standard "admin" user as following:
....
Set ws = DBEngine.CreateWorkspace("test", "admin", "")
ws.Users("admin").NewPassword "", "xxxxxxxx"
but I receive "Element in this collection not found"
in Debug modus, the users.count = 0
How can I do?
Thanhks
TNL