Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

All Commands All Data Adjustment
Commands

VECTOR_ADD

This command will add multi dimentional vector data entry to the database linked to a UDB Object.
This command will return a vector row ID that you can use in VECTOR_UPDATE or VECTOR_DEL commands later.

Number Name Default Type Description
1 obj_id 0 Integer The ID of the UDB object to link the vector to.
2 var_name String The name of the variable holding the Text Data that the vector relates to
3 arr_name String The name of the variable holding the vector data.
The variable can be an array of values or contain a comma separated list of values.
4 size 1536 Integer The number of dimensions to use.
Currently only 3 and 1536 dimension vectors are supported.
to add a Comment.