Hi,
I've been trying to use the parameterized query system to enter data into a MS Access database. At first I tried using the simple Database Insert.vi, but I am dealing with a table with 50+ columns of differing data types and using a cluster with 50+ nodes is a big mess. Now I'm trying to use the parameterized query system to do my data insertion. This seems to do the job easier, but I'm dissatisfied with the method of entering the parameter items needed to complete the insertion. I followed the example included in the Database Connectivity Toolset. I'm using the front panel parameter control (parameter name, data type, direction) to set the parameter items for the query. I'm looking for a better way to set the param
eter items for the query. I don't like using the front panel control because changing the query involves erasing the parameter array and starting over. Doing that for 50+ columns is tedious.
Thanks in advance!