I am using a third party application that needs to connect to my Microsoft SQL Database. Everything I launch the application I receive this error message.
“Error in Microsoft Rdo.Connection” An ODBC Error has occurred:
08004: SQL Server Attempt to locate entry in Sysdatabases for database ‘dock03’ by name failed.
I have renamed one of my SQL databases from ‘dock03’ to ‘dock04’. For some reason something in ODBC is still looking for the old database name ‘dock03’
How and what do I need to change so that it is looking for the new database name ‘dock04’?
“Error in Microsoft Rdo.Connection” An ODBC Error has occurred:
08004: SQL Server Attempt to locate entry in Sysdatabases for database ‘dock03’ by name failed.
I have renamed one of my SQL databases from ‘dock03’ to ‘dock04’. For some reason something in ODBC is still looking for the old database name ‘dock03’
How and what do I need to change so that it is looking for the new database name ‘dock04’?