|
The Fields collection contains all the Field objects of a Recordset object.
An ADO Recordset Object has a Fields collection made up of ADO Field Object objects. Each Field object corresponds to a column in the recordset. You can populate the Fields collection before opening the recordset by calling the ADO Collections Refresh Method on the collection.
Note
See the ADO Field Object for a more detailed explanation of how to use Field objects.
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.