02-25-2013 10:31 AM - edited 02-25-2013 10:34 AM
Hello! I have next trouble with read DB from compiled EXE.
In case of read DB not from compiled programm everything is OK. But after compile programm, CONNECT is OK, but SELECT is Error.
In what may be the problem?
Error code "-2146824584"
NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlib : DB Tools Select Data.vi->TestsqlEXE.vi<ERR>ADO Error: 0x800A0E78
Exception occured in ADODB.Connection: Operace nenн povolena, pokud je objekt uzavoen.Help Path is C:\WINDOWS\HELP\ADO270.CHM and context 1240653 in NI_Database_API.lvlib:Conn Execute.vi->NI_Database_API.lvlib : DB Tools Select Data.vi->TestsqlEXE.vi
02-26-2013 02:38 PM
Hi Kistyuk_Dmytro,
In addition to the normal steps for building LabVIEW executables, you need to include several support files in the build for your stand-alone database connectivity application to function properly.
Please refer to this link.
Best,
Carmen C.
02-26-2013 03:03 PM
The information in that link is obsolete.
02-26-2013 10:38 PM
Post your VI