Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
ODBCStatement | version 1.0 | no |
number ODBCStatement([number connectionID]) |
connectionID | the ID identifying the connection as returned by ODBCDriverConnect or ODBCConnect. If this parameter is missing, this will affect the first connection created. |
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). |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:22 2011 GMT | (c)2011 RadGs Software |