ODBC driver-System.Data.Odbc.OdbcException: 'ERROR [IM002] [Microsoft][ODBC Driver Manager] Data sou
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 09:06 AM
Hi there,
I’m working on a POC to connect a C# application to query tables from Unity Catalog using the ODBC connector. Currently, I’m testing this locally using Visual Studio. I followed the steps in the ODBC documentation, but I’m encountering the following error:
Exception thrown: 'System.Data.Odbc.OdbcException' in System.Data.Odbc.dll
An unhandled exception of type 'System.Data.Odbc.OdbcException' occurred in System.Data.Odbc.dll
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
An unhandled exception of type 'System.Data.Odbc.OdbcException' occurred in System.Data.Odbc.dll
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
Could you please guide me on how to resolve this issue? Additionally, once this is resolved, would it be feasible to implement the same functionality in a .NET web application hosted in Azure?
Thank you for your help!