Data Insert Functions
Note: The functions for multiple connections have been deprecated.
C Language | C# Language | Java Language | Description |
---|---|---|---|
vtc.sendIfUnique | vts_multi.send_if_unique | Vtc.send_if_unique | Sets the last field of a column to a value if the value does not exist in the column. |
vtc.sendMessage | vts_multi.send_message | Vtc.send_message | Sets the last field of a column to a value. |
vtc.sendRow1 | vts_multi.send_row1 | Vtc.send_row1 | Sets the data in multiple columns. |