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 Chris Miller 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

Status
Not open for further replies.

carlosparedes

Programmer
Jun 10, 2007
12
GB
Hi guys

Sorry

I have tried Set rs = conn.Execute(SQL) still getting the same error. Changed the connection to ADO OLE DB and the error is now:
Error Type:
Microsoft JET Database Engine (0x80004005)
Unrecognized database format 'C:\Testlocation\data\TEST.db'.
Reformat database to paradox 4 but still getting the same error.

Thanks
Sandra
 
You are probably using the wrong ODBC driver or the paradox ODBC driver is not installed.

Click Start/Control Panel/Administrative Tools/Data Sources

Check if Paradox (*.db) is in the User DSN list.

If it isn't, you need to add it. Click Add... and select the Paradox driver. I don't really know what happens after that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top