Hi guys
Below is my current connection string code
VB Code:
Set db = New ADODB.Connection db.CursorLocation = adUseClient db.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SPCPD_DATA\SPCPD.mdb;Persist Security Info=False"
I cannot access into database (MS-Acces) after I set password. The error msg are "Run-time error '2147217843 (80040ed)': Not a valid password."
What should I do? Need your advice guys.
TQ




Reply With Quote