11-14-2024 07:28 AM - edited 11-14-2024 08:15 AM
Dear LabVIEW Community,
Please help me! What is the best way to use the "DB Tools Insert Data" with clusters of different number of elements.
I do not want to write values for same fields of a table every time.
Do I need to create a cluster for each kind of INSERT?
Best,
MOJO
11-14-2024 07:55 AM
I generally create the SQL query myself and use Execute Query instead. That way you can e.g. loop through as many fields as you need at the moment.