What does this error mean? Microsoft OLE DB Provider for ODBC Drivers error 80004005 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.

This means you did not specify a valid DSN in your database connection string code. Make sure you have created a DSN in the DSN Manager in your control panel and you have specified the DSN name created in your connection string.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How do I create a DSN?

ODBC system DSN are used as the link between your databases and programming such as ASP or Cold...

MS-SQL 2000 Databases

It would be in your best interests to have some experience with SQL development before you decide...

Write Permissions to Database

You cannot set CHMOD on a Windows 2003 server since CHMOD is a Unix/Linux server command function...