Data Insert Functions
The C Language reference includes information for the other supported languages.
C Language | C# Language | Java Language | JavaScript | Description |
---|---|---|---|---|
lrvtc_send_if_unique | vts.send_if_unique | Lrvtc.send_if_unique | lrvtc.sendIfUnique | Sets the last field of a column to a value if the value does not exist in the column. |
lrvtc_send_message | vts.send_message | Lrvtc.send_message | lrvtc.sendMessage | Sets the last field of a column to a value. |
lrvtc_send_row1 | vts.send_row1 | Lrvtc.send_row1 | lrvtc.sendRow1 | Sets the data in multiple columns. |