Data Insert Functions

Note: The functions for multiple connections have been deprecated.

C LanguageC# LanguageJava LanguageDescription
vtc.sendIfUnique vts_multi.send_if_uniqueVtc.send_if_uniqueSets the last field of a column to a value if the value does not exist in the column.
vtc.sendMessage vts_multi.send_messageVtc.send_messageSets the last field of a column to a value.
vtc.sendRow1 vts_multi.send_row1Vtc.send_row1Sets the data in multiple columns.