Troubleshooting - Visual Studio Connection to QODBC
Problem Description:
I am getting the following message from Visual Studio 2015 when trying to connect to QRemote using the ODBC data source:
"An error occurred while retrieving the information from the database: Column 'TABLE_CAT' does not belong to table Tables."
We unchecked the box on the server to run 2.1 ODBC compatibility.
The test connection works, and I can access the data using QRemote on my client machine, but I am not able to get this database to connect to Visual Studio.
Solutions:
Please query table directly instead of loading tables.
For Example:
select * from customer