Article ID: 240222 - Last Review: July 13, 2004 - Revision: 1.2 How To Use ADO to Refresh/Create Linked Table for Password Secured Jet 4.0 DatabaseThis article was previously published under Q240222 On This PageSUMMARY
Using ADO to Refresh or Create an Access linked table to a Jet 4.0 database secured with a database password requires using: tbl.Properties("Jet OLEDB:Link Provider String") = "MS Access;Pwd=myPassword." If you do not specify the correct information for "Link Provider String," you might see the following error:
Error number -2147217843 Not a valid password.
MORE INFORMATIONStep-by-Step Example
APPLIES TO
| Article Translations
|


Back to the top
