07-23-2007 07:46 AM
07-24-2007 11:13 AM
if (hdbc <= 0) {
errorCode = DBError();
errorMsg = DBErrorMsg();
printf("Error number %d\n%s\n", errorCode, errorMsg);
}
Regards,07-25-2007 05:00 AM
07-25-2007 06:30 AM
08-18-2009 04:15 PM
I know this is an old thread, but I am getting the same error. The thread mentions two dlls need to be loaded on the target computer, but does not mention them by name. Does anyone know which two dlls are need?
Do we need to purchase a SQL Toolkit for every target machine?
08-24-2009 01:33 AM
Dear Paul,
Have you checked the document:
"Cannot find cvi_db.dll" When Creating a Stand-alone Executable with LW/CVI SQL Toolkit ?
http://digital.ni.com/public.nsf/allkb/6B188E57306B84ED86256234007AE184?OpenDocument
Also, there is a help topic:
Distributing an SQL Toolkit Executable or DLL in LabWindows/CVISQL Toolkit Help, available in Start Menu.
Best regards,
Koza
08-24-2009 08:07 AM
I found the link, but there is no document attached.
08-24-2009 08:09 AM
The solution was in the link, I was thinking the problem would be more difficult.