Recordset Property

Indicates the ADOR.Recordset object that is returned from a custom business object. You can then display the contents of the recordset in the visual controls that are bound to the RDSIE3.DataControl object.

You can set the Recordset property at run time in scripting code (for instance, VBScript).

Syntax

RDSIE3.DataControl.Recordset = recordset

Part Description
RDSIE3.DataControl An object variable that represents an RDSIE3.DataControl object.
Recordset An object variable that represents an ADOR.Recordset object.

Applies To

RDSIE3.DataControl

Remarks

You can set the Recordset property to a Recordset returned from a custom business object.

The Recordset property allows an application to handle the binding process by means of a custom process. It receives a rowset wrapped in a Recordset so that you can interact directly with the Recordset, performing actions such as setting properties or iterating through the Recordset.

Example

See Also

Defining Recordset Shape, Query Method, CreateRecordset Method, Opening Disconnected Recordsets, Getting a Recordset to the Client