Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.224 Recordset Property

Description:

Contains a pointer to the ADO recordset object.

Used in controls:

ADODataSource

Used in Objects:

None.

Value:

A pointer to the ADO recordset object.

Consult the ADO documentation for details about recordset objects.

Notes

The following properties of the ADODataSource control cannot be set if the ADO recordset object is created dynamically and set to this property.

CommandType

CursorLocation

CursorType

LockType

And, you must open the recordset by using the Open method of the ADO recordset object if the recordset is not opened.

Consult the ADO documentation for details about recordset objects.

Default value:

None.

COBOL PICTURE:

OBJECT REFERENCE POW-COBJECT

OLE data type:

VT_DISPATCH

Design time access:

Not accessible.

Execution time access:

Set and reference.

Backward compatibility attributes:

None.