ADO 2.7 Glossary

rowset

A set of rows from a data source, all having the same field schema. A rowset can represent all or some fields from a table. A rowset can also represent a virtual table, created by a query or a join of two or more tables. In ADO, rowsets are represented by Recordset objects.

© 1998-2001 Microsoft Corporation. All rights reserved.