Record Object
The Record object represents a row in a Recordset or a file or directory in a file system or web site. The Record object has a Fields collection that allows you to view the individual Field objects that make up the Record. Table 12.17, Table 12.18, and Table 12.19 list the Record object's properties, collections, and methods, respectively.
Table 12.17. Record Object Properties
Property |
Description |
---|---|
ActiveConnection |
Indicates the specific Connection object to which the current Record's Recordset object belongs. |
Mode |
Indicates the available permissions for modifying the data in the current Record object. |
ParentURL |
Indicates the absolute URL of the parent record in the underlying data source for the current Record object. This is a read-only property. |
RecordType |
Indicates the type of the record: simple record, structured document, or collection. This is a read-only property. |
Source |
Indicates what the current Record represents: a URL or a reference to an open Recordset object. |
State |
Indicates whether the current Record object is open or closed. If the current Record is open, State also indicates the state of any currently executing asynchronous actions. This is a read-only property. |
Table 12.18. Record Object Collections
Collection |
Description |
---|---|
Fields |
Collection containing all the Field objects associated with the current Record object. This is a read-only property. |
Properties |
Collection containing all the Property objects associated with the current ... |
Get ASP in a Nutshell, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.