Data Insert Functions

Note: The functions for multiple connections have been deprecated.

Functions with a vts_multi.* format can be used in C# scripts. Click the C Language link to see the combined C and C# reference.

C LanguageC# LanguageDescription
vtc_send_if_unique vts_multi.send_if_uniqueSets the last field of a column to a value if the value does not exist in the column.
vtc_send_message vts_multi.send_messageSets the last field of a column to a value.
vtc_send_row1 vts_multi.send_row1Sets the data in multiple columns.