f$SQLBindColumn
f$SQLBindColumn
Assign ePOS parameters to table columns. If multiple parameters are to be assigned, the parameters are to be separated with a comma when entered.
If ’_’ is specified as the parameter, an internal buffer for binary data is used with f$SQLFetch. In this instance, the Select command must relate to exactly one column.
Functions which use the internal buffer: f$FileBinRead, f$FileBinWrite, f$SQLUpdate, f$SQLBindColumn
Syntax: | Status = f$SQLBindColumn( Channel, ParaName ) | ||
| Argument | Type | Meaning |
| Channel | Integer | Channel number |
| ParaName | String | Parameter list |
Result: | Integer | Error status | |
Example: | Status = f$SQLBindColumn( Channel ‚'ID,Surname,Firstname') | ||