How can I open an Access Databse protected with password. I mean, how can I know the password. Exists some utility???
Please, help me!!!
Thanks....
Printable View
How can I open an Access Databse protected with password. I mean, how can I know the password. Exists some utility???
Please, help me!!!
Thanks....
A similar question was answered to a little while ago....
as follows:
Hope it works for you
DBEngine.SystemDB = "MyMDW"
Set MyWs = DBEngine.CreateWorkspace("", "Username", "Password")
Set DB = MyWs.OpenDatabase(App.Path & "\database.mdb")
'Database password protected
Set DB = DBEngine.OpenDatabase(App.Path & "\database.mdb", False, False, _
";pwd=password")
Vale!
This way I didn“t know the original password of the database to be opened in tne future from Access.
Rafael!??
The question is really "How do I break into someone's
protected access db?" .. That person could be you, of course
Do me a favor
I'll look into it tomorrow... but if You ever find how
Please let me know...
Thanks
Lafor :
Of course man, I need to know the password of a database.
Where store Access the passwords???