A recordset is a data structure that consists of a group of database records, and can either come from a base table or as the result of a query to the table.

The concept is common to a number of platforms, notably Microsoft's Data Access Objects (DAO) and ActiveX Data Objects (ADO). The Recordset object contains a Fields collection, and a Properties collection. At any time, the Recordset object refers to only a single record within the set as the current record.

See also

edit
edit

📚 Artikel Terkait di Wikipedia

ActiveX Data Objects

objects. The Collection can be used in either a Recordset object or in a Record object. In a Recordset object, each of the Field objects that make up the

Jet Data Access Objects

consist of: containers of objects query definition (QueryDef) objects Recordset objects which are defined by a set of field objects relation objects which

Microsoft Data Access Components

relating to other objects, such as the Stream, RecordSet or Connection objects. Recordset: A recordset is a group of records, and can either come from

Windows Script File

borrow one from an existing object like an ADO (ActiveX Data Objects) Recordset or a .NET (.NET Framework) ArrayList, but the fastest way to sort an array

C/AL

RESET; Item.SETRANGE("No.",FromItem,ToItem); Item.FINDLAST; Looping over a recordset and modifying the individual records is achieved with only a few lines

UI data binding

bound control is a widget whose value is tied or bound to a field in a recordset (e.g., a column in a row of a table). Changes made to data within the

Microsoft Access

multi-value and attachment fields. These new field types are essentially recordsets in fields and allow the storage of multiple values or files in one field

Call Level Interface

queries to the database management system (DBMS) and how the returned recordsets should be handled by the application in a consistent way. Developed in