I have a problem using adodc to access password protected database, I'm using stand alone PC, I got error message "Can't start your application. The workgroup information file is missing or opened exclusively by another user". anyone can help ? here are my code :
Adodc1.ConnectionString =
"Provider = Microsoft.Jet.OLEDB.3.51"
";Data Source = C:\Test,mdb"
";Persist Security Info=False"
adodc1.CommandType = adCmdTable
adodc1.RecordSource = "test"
adodc1.Password = "some password"
adodc1.refresh
Adodc1.ConnectionString =
"Provider = Microsoft.Jet.OLEDB.3.51"
";Data Source = C:\Test,mdb"
";Persist Security Info=False"
adodc1.CommandType = adCmdTable
adodc1.RecordSource = "test"
adodc1.Password = "some password"
adodc1.refresh