Previous PageNext Page

9.9.2 Fields Collection

The Fields collection contains all the Field objects of a Recordset object.
 

Remarks

A Recordset object has a Fields collection made up of Field objects. Each Field object corresponds to a column in the Recordset. You can populate the Fields collection before opening the Recordset by calling the Refresh method on the collection.
 

Note:

See the Field object for a more detailed explanation of how to use Field objects.


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page