I need your help please
I have an Access MDB containing password, and in my application I open it ReadOnly with DAO(3.6)
I wrote :
Set MyDb = OpenDatabase("MyDb.mdb", , , "Uid=Admin;Pwd=MyPwd;"
but VB always told me that my password is invalid. I'm sure I gave a valid password.
Anybody can help me ? Thank you.
I have an Access MDB containing password, and in my application I open it ReadOnly with DAO(3.6)
I wrote :
Set MyDb = OpenDatabase("MyDb.mdb", , , "Uid=Admin;Pwd=MyPwd;"
but VB always told me that my password is invalid. I'm sure I gave a valid password.
Anybody can help me ? Thank you.