Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unrecognized Database Format 1

Status
Not open for further replies.

kenschmitz

IS-IT--Management
Feb 14, 2005
11
0
0
US
Help,

I am trying to open a database from Visual Basic 6.0. I am getting an error message "runtime error 3343" - unrecognizable database format and the server path name. I have checked the path and it is correct.

Here is the code.

Private Sub cmd_Save_Click()
Set dbExternal = OpenDatabase("S:\Technical\Programs\Database\DataIntegrity_20.mdb")
Set rscountry = dbExternal.OpenRecordset("", dbOpenTable)

End Sub

 
kenschmitz,

Make sure that your ADO or DAO or RDO references support your version of ACCESS. You might need either adjust your references and hence the code or upgrade or even downgrade your database.

vladk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top