The Record Object ADO 2.5
A Record object represents a row in a recordset, or a file or directory in a file system or Web resource.
Cancel ADO 2.5
  Method
 
Cancels the execution of an asynchronous Execute or Open operation.
Close ADO 2.5
  Method
 
Closes the open record.
CopyRecord ADO 2.5
Returns: String Method
 
Copies the object the Record represents, or a file or directory, from one location to another.
DeleteRecord ADO 2.5
  Method
 
Deletes the object the Record represents, or a file or directory.
GetChildren ADO 2.5
Returns: Recordset Method
 
Returns a Recordset containing the files and folders in the directory that the Record represents.
MoveRecord ADO 2.5
Returns: String Method
 
Moves the object the Record represents, or a file or directory, from one location to another.
Open ADO 2.5
  Method
 
Creates a new, or opens an existing file or directory.
ActiveConnection ADO 2.5
Returns: Variant Property
 
Indicates to which Connection object the specified Recordset object currently belongs.
Fields ADO 2.5
Returns: Fields Property
 
Contains all of the Field objects for the current Recordset object. Read only.
Mode ADO 2.5
Returns: ConnectMode Enum Property
 
Indicates the available permissions for modifying data in a Connection.
ParentURL ADO 2.5
Returns: String Property
 
Indicates the absolute URL of the parent Record of the current Record. Read only.
Properties ADO 2.5
Returns: Properties Property
 
Contains all of the Property objects for the current Recordset object. Read only.
RecordType ADO 2.5
Returns: RecordType Enum Property
 
Indicates whether the record is a simple record, a structured document, or a collection. Read only.
Source ADO 2.5
Returns: Variant Property
 
Indicates what the Record represents – a URL or a reference to an open Recordset.
State ADO 2.5
Returns: ObjectState Enum Property
 
Indicates whether the Record is open or closed, and if open, the state of asynchronous actions. Read only.