Hi..
I want to make a connection to a Navision database from an ASP.NET form and for that I use ODBCAdapter class.
I use the ODBCAdapter to access SQL servers for a long time, but when I try to use it with C/ODBC I get an error when I try to fill a dataset with him.
The error is: Driver doesn't admit a version of ODBC different from which the application needs ( or something like it ).
If anyone has any clue about what can it be... I want it..
See ya
Nico
0
Comments
If you use a NF Server, and protect it with username and pass, and create a c/odbc connection, i have managed to connect, i do a simpe "select Name from Customers" statement but then i get an error: This driver doesn't accept this command.
Please Help!!!!