ACC: "Data Source Not Found, No Default Driver Specified" Error MessageID: Q95050
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you are trying to attach a SQL Server table or trying to use a table
that has already been attached, you may receive the following error
message:
Data source not found and no default driver specified.
You may have a missing, damaged, or incorrect ODBC.INI file.
Other situations may indirectly cause this error message. For more
information, please see the following article here in the Microsoft
Knowledge Base:
Q102437 ACC: Debugging & Troubleshooting Tips for Attached SQL
Tables
Verify the following:
The contents of your ODBC.INI file should resemble the following:
[ODBC Data Sources]
MYSERVER=SQL Server
YOURSRVR=SQL Server
[MYSERVER]
Driver=C:\WINDOWS\SYSTEM\SQLSRVR.DLL
Description=SQL Server on server MYSERVER
OemToAnsi=No
Network=dbnmp3
Address=\\MYSERVER\PIPE\SQL\QUERY
[YOURSRVR]
Driver=C:\WINDOWS\SYSTEM\SQLSRVR.DLL
Description=SQL Server on server YOURSRVR
OemToAnsi=No
Network=dbnmp3
Address=\\YOURSRVR\PIPE\SQL\QUERY
Additional query words: kbtshoot
Keywords : kberrmsg kbusage OdbcOthr
Version : 1.0 1.1 2.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 19, 1999