Concept Framework 2.2 documentation Contents | Index

standard.db.sql.ODBCStatement

Name Version Deprecated
ODBCStatement version 1.0 no

Prototype:
number ODBCStatement([number connectionID])

Parameters:
connectionID      the ID identifying the connection as returned by ODBCDriverConnect or ODBCConnect. If this parameter is missing, this will affect the first connection created.

Description:
Create an empty result set. This function is useful only when working with bound parameters ({ODBCAddParamter}, ODBCClearParameters and queries executed via ODBCExecute). When working with ODBCExecuteQuery you should NOT create a statement (ODBCExecuteQuery creates one for you).

Returns:
Return a new empty result set handle (on which you can call ODBCExecute), or null if failed.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:19 2013 GMT(c)2013 Devronium Applications