Concept Framework 2.0 documentation Contents | Index

standard.db.sql.ODBCAddParameter

Name Version Deprecated
ODBCAddParameter version 1.0 no

Prototype:
boolean ODBCAddParameter(string parameter_data, number statement)

Parameters:
parameter_data      the data to be added to the statement handle
statement      the statement handle (or result set) as returned by ODBCStatement.

Description:
Add a parameter to a statement handle (same as result set). This is useful only when executing SQL queries via the ODBCExecute instead of ODBCExecuteQuery. If you want to clear the previously added parameters, you must use ODBCClearParameters.

Returns:
Returns true if succeeded, false if failed.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:22 2011 GMT(c)2011 RadGs Software