AdoRecord Class

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes >

AdoRecord Class

Previous pageReturn to chapter overviewNext page

Purpose

A row or an file/directory object

 

Prototype

 

CLASS AdoRecord INHERIT AdoAdo

 

Constructor

Init()Create Object of type AdoRecord

 

Access

ActiveConnectionThe Connection object the Record object currently belongs to
FieldsFields Collection
ModeThe available permissions for modifying data in the Record object
ParentURLA String value that indicates the URL of the parent Record
RecordTypeThe type of Record object.
SourceThe data source or object represented by the Record.
StateIs the object open or closed.

 

Assign

ActiveConnectionThe Connection object the Record object currently belongs to
ModeThe available permissions for modifying data in the Connection object
SourceThe data source or object represented by the Record.

 

Method

Cancel()Cancels execution of a pending, asynchronous CopyRecord, DeleteRecord, MoveRecord or Open call.
Close()Closes an open Record and any dependent objects
CopyRecord()Copies a entity represented by a Record to another location.
DeleteRecord()Deletes a the entity represented by a Record.
GetChildren()Returns a Recordset whose rows represent the children of a collection Record
MoveRecord()Moves a entity represented by a Record to another location.
Open()Opens an existing Record object, or creates a new item .

 

Description

 

Represents a row from a Recordset or the data provider, or an object returned by a semi-structured data provider, such as a file or directory.

 

See Also

 

AdoAdo, Ado Classes, AdoRecordSet, AdoConnection, AdoStream