Forum Moderators: coopster & phranque

Message Too Old, No Replies

Data source name not found and no default driver

Data source name not found and no default driver

         

ice

2:50 am on Mar 13, 2002 (gmt 0)



I have this problem here,the explorer says:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

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

/databaseobj.asp, line 455

line 455 says:
cnOpenConnection.Open (config.getDatabaseDSN());

can someone please help!

txbakers

1:30 pm on Mar 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you use a DSN in your connection string, you need to have previously defined a DataSourceName in your ODBC administration.

This error shows that you referred to a DSN, but haven't included the name.