AdoDbClearRecordSet()
<< Click to Display Table of Contents >> AdoDbClearRecordSet() |
![]() ![]() ![]() |
FUNCTION AdoDbClearRecordset() AS LOGIC
RETURN DBINFO(DBI_CLEARRECORDSET)
This function clears the current open recordset. The workarea will be reset to the first record, and a new Recordset will be opened as soon as a GoTop() or a Seek() is called.