standard.db.sql.ODBCClearParameters

ODBCClearParameters is available since version 1.0.

Prototype:

boolean ODBCClearParameters(number statement)

Parameters

statement
the statement handle (or result set) as returned by ODBCStatement.

Description:

Clear the parameters added to a previously created statement with ODBCStatement. You can add parameters with the ODBCAddParameter function.

Return value:

Return true if succeeded, false if failed.