I am having trouble connecting to Access 97 once I set a password in Access. I am connecting from VB6. What does the connect string with the password on the opendb look like?
db.Open "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = '" & sDataSource &
"';User Id =; Password = Admin;"
Is this correct??? -- this doesn't work....
db.Open "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = '" & sDataSource &
"';User Id =; Password = Admin;"
Is this correct??? -- this doesn't work....