I have a 2D array of data coming from a data acquisition device. The data basically contains 8 channels of voltage readings. Using the database connectivity toolkit (LabVIEW 7.1), can I do an insert with this 2D array of data directly? I have a test Access table set up with field names of "data1, data2,...data8", but when I run this vi to test an insert, I get the following error:
DB Tools Build Insert Query.vi->DB Tools Insert Data.vi->DBTestArgument error; the number of columns does not equal the number of parameters.
I've set the "columns" connector of the DB Tools Insert Data.vi to match my table in Access, and this is a 1D string array, which I think would be correct.
Any ideas? Thanks in advance...