I have an access database which has a password to it.
I know the password.
I want to use this database in my VB application.
How can I use this password in my vb6 prog. to access this database.
Pls advise
thnks
A Student
Printable View
I have an access database which has a password to it.
I know the password.
I want to use this database in my VB application.
How can I use this password in my vb6 prog. to access this database.
Pls advise
thnks
A Student
Code:ObjConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=pathof the mdbfile.mdb;Jet oledb: database password=mysupersecretpassword;"