Link to home
Start Free TrialLog in
Avatar of RanOsb
RanOsb

asked on

Opening access database with a password

Why won't the following code work in VB4 to open a database
thru MSoffice 97 with the password aaa?

Dim MyDB as database
Set MyDb = OpenDatabase("c:\user.mdb" , , , "UID=admin;PWD=aaa")
ASKER CERTIFIED SOLUTION
Avatar of Dalin
Dalin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial