I got run time error "3343", unrecognized database format
when I want to open the database file.
The error occur when I convert my mdb file from access 97 to access 2000
I'm using vb6 to open the database
Set ws = CreateWorkspace("", "admin", ""
Set db = ws.OpenDatabase(app.path & "\x.mdb"
pls help me to solve this problem. Is Access 2000 can not link to vb program????
tq
when I want to open the database file.
The error occur when I convert my mdb file from access 97 to access 2000
I'm using vb6 to open the database
Set ws = CreateWorkspace("", "admin", ""
Set db = ws.OpenDatabase(app.path & "\x.mdb"
pls help me to solve this problem. Is Access 2000 can not link to vb program????
tq