
read an old protect Access database (version 1.1) with VB5
I'am trying to read an old protect Access database (version 1.1) with
VB5
I'am doing
DbEngine.SystemDB = " C:\DATA\SYSTEM.MDA "
Set wk = DbEngine.CreateWorkSpace(" MyWK ", "USER1 ", _
"MyPWD"",dbUseJet)
On this last line, an error occur : Can't find the workgroup file.
Excuse my bad english