C/ODBC

I am trying to configure the C/ODBC driver on an NT Machine to get data from the Navision database into a MSsql server via ado. The problem I am having is the Net Type. It keeps telling me that it can’t open the module named C:\programs\nc_TCP.dll. However, the navision client has no problem connecting to the database and it’s command string declares: Net type = TCP. Any thoughts? Also, I may be running the oldest possible version of C/ODBC.

You may have problems going through ADO. Try not using ADO. Does nc_TCP.dll reside in c:\programs? Can you run regsvr32 on that dll in case it needs to be registered? Django

nc_tcp.dll does not require registration, it’s a Windows standard DLL. It’s most likely that you have installation problem, either on the client or C/ODBC. Also, using ADO is fine unless you are trying to update Navision’s database.