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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connecting through ODBC

Status
Not open for further replies.

Mard

Programmer
Joined
Oct 12, 2001
Messages
1
Location
A1
Hi,

I've recently been given paradox 8 and been asked to connect it to the web. When I use the following connection string:

oConn.Open "driver=Microsoft Paradox Driver(*.db);Dbq=d:\metro\data;defaultdir=d:\metro\data;DriverID=538;FIL=Paradox5.X;CollatingSequence=ASCII;"

I get the error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified


I've tried connecting to SQL Server and Access using their connection strings and it works fine.

Can anyone help?
 
I couldn't get my ASP script to work reliably with MS's ODBC driver, I installed BDE and used Interbase's instead. DSN-less connections were a pain too, I had to set up a System DSN and connect to that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top