I have an Access database that is password protected. Because the database is password protected, when I try to set the RecordSource property of the DataControl to a table in the database, I get an "Invalid Password" error at runtime. I know the password for the database, but I don't know how to pass it to the data control. Is there some other way of doing this?
I also tried using an ADODC control...With it, I can supply the password and connect to the database without a problem, but, unfortunately, I can not link an OLE Container Control to an ADODC control (the OLE Container Control does not support ADODC).
Kieren
I also tried using an ADODC control...With it, I can supply the password and connect to the database without a problem, but, unfortunately, I can not link an OLE Container Control to an ADODC control (the OLE Container Control does not support ADODC).
Kieren