ODBCUpdate is available since version 1.0.
Prototype:
boolean ODBCUpdate(number statement)
Description:
Update the current row. You can update columns in a row by calling
ODBCColumnSet
Note: Not all drivers support positional updates; positional updates are NOT recommended.
Return value:
Return true if succeeded, false if failed.