Concept Framework 2.0 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: Fri Jan 21 18:06:22 2011 GMT | (c)2011 RadGs Software |