Navision C/ODBC driver on Microsoft ASP.NET

ndiazndiaz Member Posts: 2
edited 2003-11-14 in Navision Attain
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

Comments

  • pabloesppabloesp Member Posts: 1
    I have the same problem. But i have managed to get a little further than you.

    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!!!!
  • mstallmannmstallmann Member Posts: 138
    What does your connection string look like?
Sign In or Register to comment.