Hi all,
I have a c# app that uses an access db through this conn string. (All 2002 versions).
"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\\db1.mdb; User Id=Admin; Password=";
I am stuck on setting a password, I can set it on the db and open it in access using the password. I cant open the db using the same password in the conn string.
What am I doing wrong?
Please help.
I have a c# app that uses an access db through this conn string. (All 2002 versions).
"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\\db1.mdb; User Id=Admin; Password=";
I am stuck on setting a password, I can set it on the db and open it in access using the password. I cant open the db using the same password in the conn string.
What am I doing wrong?
Please help.