Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.72 CursorLocation Property

Description:

Indicates the location of the cursor service.

Used in controls:

ADODataSource

Used in Objects:

None.

Values (with constants):

2 - adUserServer: Uses server-side cursors. (POW-ADODB-ADUSERSERVER)

3 - adUserClient: Uses client-side cursors. (POW-ADODB-ADUSERCLIENT)

Consult the ADO documentation for details about cursor locations.

Note: The value may be ignored depending on the kind of OLE DB Provider to which you connected.

Default value:

3 - adUserClient: Uses client-side cursors. (POW-ADODB-ADUSERSERVER)

COBOL PICTURE:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attributes:

None.