LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Database connectivity error

I get the following error when I use the vi : "DB  tools execute query":
Error 1 : "Conn getDataToModify.vi"<ERR>Object 0x2222222 is not valid.
I am trying to write arrays of data to an Access 2003 database using the following query:
INSERT INTO <table name> VALUES('<Data>')
 
Please advise,
Regards-
 
0 Kudos
Message 1 of 2
(2,814 Views)
That is an error that states your connection to the DB is not valid.  Try just opening and closing the connection to see if you get any errors.
0 Kudos
Message 2 of 2
(2,802 Views)