Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
See Also |
Example |
Description
Returns a dynaset defined by the data control's Connect, DatabaseName, and RecordSource properties. Not available at design time and read and write at run time.
Usage
Set oradynaset = oradata1.Recordset
Set oradata1.Recordset=Oradynaset
Remarks
The properties and methods of this dynaset are the same as those of any other dynaset object. The Recordset property of the Oracle Data Control (.OCX) can be set to external dynaset, or the recordset property of the other data control. After the setting ,Oracle Data control Database, session, and options properties now set to the corresponding properties of the external dynaset. Oracle data control shares the advisories of the external dynaset. This is very useful when attaching dynaset returned from the PLSQL cursor by CreatePlsqlDynaset Method.
Data Type
OLE Object (OraDynaset)
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|