01-25-2011 09:32 AM
I have updated LabWindows from Version 9.1.0 to Version 9.1.1. On my development computer code complied in both version works fine accessing a network database. However, on a test computer the code complied in 9.1.1 gives me a -101 Error: DB_COULD_NOT_FIND_FUNC when I execute either
DBInit(DB_INIT_MULTITHREADED) or DBInit (DB_INIT_SINGLETHREADED).
Is there a switch in the installer that needs to be enable to update the database drivers?
Or is there a simpler error?
Solved! Go to Solution.
01-26-2011 01:23 PM
Check out the instructions for Distributing an SQL Toolkit Executable or DLL found in the CVI manual.
The following files must be distributed with an executable or DLL that uses SQL Toolkit functions.
![]() |
Note [CVISQLInstallDirectory] is actually the directory containing sqldistsupp.exe and is equivalent to [AppInstallDirectory]. |
![]() |
Note The location of [CVIDIR]
varies depending on the latest version of LabWindows/CVI you have
installed.
|