Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.61 Connection Property

Description:

Contains a pointer to the ADO connection object.

Used in controls:

ADODataSource

Value:

A pointer to the ADO connection object.

Consult the ADO documentation for details about connection objects.

Notes

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

ConnectionString

ConnectionTimeout

ConnectMode

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

Consult the ADO documentation for details about connection object.

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.