Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
ODBCExecuteQuery | version 1.0 | no |
number ODBCExecuteQuery(string query[, number connectionID]) |
query | the SQL query |
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 and executes a statement. The SQL query must not contain any bound parameters in order to successfully execute the query. For bounded parameters you must use the ODBCExecute function.
Also, after a query that provides results is successfully executed, you must call {ODBCBind} in order to be able to access the data in the result set (result set is the same as statement handle). |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:19 2013 GMT | (c)2013 Devronium Applications |