Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
ODBCAddParameter | version 1.0 | no |
boolean ODBCAddParameter(string parameter_data, number statement) |
parameter_data | the data to be added to the statement handle |
statement | the statement handle (or result set) as returned by ODBCStatement. |
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. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:19 2013 GMT | (c)2013 Devronium Applications |