SEARCH:
Previous: SQLX_Inserts Next: SQLX_Delete

SQLX_Update

string/array table
array Row


In its most basic form, this routine accepts a Row Array and attempts to update that row in the table.

The first entry can be either a Table Reference or the name of a table. The second entry is always a Row Array. This function makes use of the dictionary to determine the correct formatting of all columns, and ignores any column in the Row Array that is not in the table.

Previous: SQLX_Inserts Next: SQLX_Delete