standard.db.sql.ODBCUpdate

ODBCUpdate is available since version 1.0.

Prototype:

boolean ODBCUpdate(number statement)

Parameters

statement
[in] the statement handle (or result set) as returned by ODBCStatement, ODBCListTables, ODBCListColumns, ODBCListTypes or ODBCExecuteQuery

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.