F
frank
I keep getting the error "SQL Server does not exist or access denied"
whenever I open a form in an Access database.
I know *why* it's happening - one of our servers is down - but I can't find
any reference to this database server in the Access database. The Access
database relies completely on another database server which is running fine.
I tried putting a break in the code to step-through until it tries the
connection, but the error seems to happen *before* the first line of code
executes.
Any ideas how I can find out where the Access database tries to connect to
the server that's down?
The exact message is:
Connection failed:
SQLState: '01000'
SQL Server Error: 53
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
Connection failed:
SQLState: '08001'
SQL Server Error: 17
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or
access denied.
whenever I open a form in an Access database.
I know *why* it's happening - one of our servers is down - but I can't find
any reference to this database server in the Access database. The Access
database relies completely on another database server which is running fine.
I tried putting a break in the code to step-through until it tries the
connection, but the error seems to happen *before* the first line of code
executes.
Any ideas how I can find out where the Access database tries to connect to
the server that's down?
The exact message is:
Connection failed:
SQLState: '01000'
SQL Server Error: 53
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).
Connection failed:
SQLState: '08001'
SQL Server Error: 17
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or
access denied.