active set
The collection of database rows satisfying a query associated with a database cursor. An active set is stored in memory at run time. It contains only a copy of the rows that match the query criteria.
See also
cursor
,
query
,
row
.