Concept Framework 1.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: Thu Oct 15 20:02:07 2009 GMT | (c)2009 RadGs Software |