ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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,940 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,928 Views)