LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CINLoad error when executing SQL

I have an application that was written by someone else in LabView 5.1. I am bringing this upto LabView 6.1. When I run the application, it tries to Write to Database (MS Access 97). In this VI, when it tries to run the Execute SQL vi, I get the error -100 CINLoad - DLL Setup Error. I have installed the SQL toolset, the DataBase toolset, but to no avail. This is running on Windows NT 4.0.
0 Kudos
Message 1 of 3
(3,227 Views)
This error is generated when there is a missing driver. You have said that you have installed both the SQL toolset and the DataBase toolset so I assume it is not those. The Database Toolset (replacement for the SQL Toolset) no longer relies on the INTERSOLV drivers. I wonder if the missing driver might be relating to the intersolv driver that was used with the SQL Toolset.
0 Kudos
Message 2 of 3
(3,227 Views)
It turns out that after further reading, there are new SQL VIs that replace the ones used in LabView 5.1. I replaced the appropriate VIs with the new _SQL VIs, and it is now working.

Thanks for the help!
0 Kudos
Message 3 of 3
(3,227 Views)