Noun
English Wikipedia has an article on:recordsetWikipedia
recordset (plural recordsets)
(databases) A data structure consisting of a group of database records.
It is mostly used to save a recordset in an XML format, to send commands to an OLE DB provider as an alternative to the CommandText object and to contain the contents of a binary or text file. Source: Internet
A RecordSet consists of a collection of Record objects. ; Stream : A stream, mainly used in a RecordSet object, is a means of reading and writing a stream of bytes. Source: Internet
The RecordSet has numerous methods and properties for examining the data that exists within it. Source: Internet
The RecordSet object contains a Fields collection and a Properties collection. Source: Internet
The RecordSet object's Field object corresponds to a column in the database table that it references. Source: Internet
; Batch : The recordset is locked using adLockBatchOptimistic and each time Update is called the data are updated in a temporary buffer. Source: Internet