-
1 Attachment(s)
ADODC problem
I used Microsoft access 2003 and ADODC component. Why I got the error message while setting it manually ? My database have password. I have insert the password correctly, I also can open the database using the same password. Why could be like this and how to solve it?
-
Re: ADODC problem
-
Re: ADODC problem
This is because the data access page cannot find the mdw file. Try with the following conection string and set the mdw path.
Code:
ConString = _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=mdb_file_path.mdb;" & _
"Jet OLEDB:System Database=mdw_file_path.mdw", _
"Username", "Password"