I have an access database that uses linked tables to connect to a sql server through a dsn connection. This program worked fine on our one server.
We then changed the odbc to connect to a web server (located at a telco building), and the connection tests passed. Now when I use the access database to save text to a record, it works. But when I delete a record, it gives me the 'odbc--connection to 'odbc' failed' error message, where 'odbc' represents the dsn name.
Any clues as to what may be causing this issue?
We then changed the odbc to connect to a web server (located at a telco building), and the connection tests passed. Now when I use the access database to save text to a record, it works. But when I delete a record, it gives me the 'odbc--connection to 'odbc' failed' error message, where 'odbc' represents the dsn name.
Any clues as to what may be causing this issue?