ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
06-07-2006 08:03 PM
06-08-2006 07:09 AM
To insert your values to only some of the columns you need to use the columns input, as it says in the help for the VI.
If you later want to add data to that row, you will need to use the SQL command "Update". You can either wire an SQL statement directly into the DB Tools Execute Query VI or you can build a VI similar to Insert Data which will have an additional input for the SQL "where" clause, which decides which row it needs to update.
06-09-2006 10:19 AM