View Single Post
Old 05-03-2008, 07:07 AM   #2 (permalink)
johnhook
Tech Hardware Team
 
Join Date: Apr 2008
Posts: 810
OS: MS SBS 2003 SP2


Re: ODBC Microsoft Access Driver Login failed

Dehwa

ODBC is "Open DataBase Connectivity" - a database programming interface from Microsoft that provides a common language for Windows applications to access databases on a network. ODBC is made up of the function calls programmers write into their applications and the ODBC drivers themselves.

If your using an ODBC driver source you need to re-configure the ODBC Data Source link. You can check this and configure it in using the "Data Sources (ODBC)" tool found in the Windows Control Panel Menu:

'Control Panel ->Administrative Tools->Data Sources (ODBC)'

ODBC Drivers can be set for the User Machine, System, or a File source. It can also be defined in a VB Script. You will have to find where the ODBC path is defined and correct the path there.

- John
johnhook is offline   Reply With Quote