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 AdvancedDataControl object.

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

Syntax

AdvancedDataControl.Recordset = recordset

Part Description
AdvancedDataControl An object variable that represents an AdvancedDataControl object.
Recordset An object variable that represents an ADOR.Recordset object.

Applies To

AdvancedDataControl

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


© 1997 Microsoft Corporation. All rights reserved. Terms of Use.