Global 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_column_sizevts_multi.column_sizeReturns the number of fields that contain data in a column.
vtc_connectvts_multi.connect;Creates a connection to the server.
vtc_create_columnvts_multi.create_columnCreates a column.
vtc_disconnectvts_multi.disconnectDisconnects from the server.
vtc_drop_indexvts_multi.drop_indexDeletes the index on a column.
vtc_ensure_indexvts_multi.ensure_indexCreates an index on a column.
vtc_free- Releases a string buffer.
vtc_free_list-Releases an array of strings buffer.
vtc_get_last_errorvts_multi.get_last_errorReturns the last error on the specified connection.