Fields Collection
A Fields collection contains all stored Field objects of a Recordset
object.
Properties
Count, Item
Methods
Refresh
Remarks
A Recordset object has a Fields collection made up of Field
objects. Each Field object corresponds to a column in the Recordset.
To refer to a Field object in a collection by its ordinal number or by
its Name property setting, use any of the following
syntax forms:
recordset.Fields.Item(0)
recordset.Fields.Item("name")
recordset.Fields(0)
recordset.Fields("name")
recordset(0)
recordset("name")
recordset![name]
Note See the Field object topic for a more detailed explanation
of how to use Field objects.
Applies To
Recordset
See Also
Field
file: /Techref/language/asp/comp/dadobj02_1.htm,
1KB, , updated: 1996年11月21日 19:01, local time: 2025年10月3日 16:03,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://techref.massmind.org/Techref/language/asp/comp/dadobj02_1.htm"> Fields Collection (ADO)</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.