| SQLBat | |
| Help |
|
Applies to |
SQLBat (Module: SQLBatX.dll) |
|
Group |
Processing |
|
See also |
READROW, ISDBEOF |
Clears current row data. You do not need to call this method when reading next row or looping through results as then this is done for you automatically before retrieving the next record. When checking manually for end of recordset with ISDBEOF then you might need this method to make sure to clear data from previous record.
CLEARROW [<ConnectionKey>]
|
Part |
Description | |
| <ConnectionKey> | A shortname to identify the database connection for which the option is set. It can be omitted if you have previously specified the ConnectionKey once before. | |
|
| ||