frnk
Sep 13th, 1999, 09:53 PM
I recently converted my Access 97 database to Access 2000 format.
My 32bit VB4 program now will not see the new format. The following
gives an error "Runtime error 3343 - Unrecognizable database format"
Set dbs = OpenDatabase(dbname)
Set rst = dbs.OpenRecordset(tblname)
Set qdf = dbs.CreateQueryDef("", sqlx)
What do I need to access the 2000 format from vb4(32bit)?
I converted my vb4 program to vb5, tried using the DAO...same error.
Is there a new dbengine or *.dll for Access 2000 and vb ?
My 32bit VB4 program now will not see the new format. The following
gives an error "Runtime error 3343 - Unrecognizable database format"
Set dbs = OpenDatabase(dbname)
Set rst = dbs.OpenRecordset(tblname)
Set qdf = dbs.CreateQueryDef("", sqlx)
What do I need to access the 2000 format from vb4(32bit)?
I converted my vb4 program to vb5, tried using the DAO...same error.
Is there a new dbengine or *.dll for Access 2000 and vb ?