I have an Ingres database, which I need to access from a Rest API created with Visual Studio. I have installed everything necessary on the development PC: Ingres Full Client + .Net Driver Configured the ODBC that points to the database, tested and working.
When in VS2015 I created the project, with the Server Explorer I added a data connection to the ODBC that I created, and the testing works well. When I finally want to add the database to Models, I do not in any way get the ODBC data source to believe in the data source. I have no problems when it comes to SQL Server, Oracle, Excel, Postgres or MySQL. Did someone go through the same thing? Thanks!