Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.63 ConnectionTimeout Property

Description:

Indicates how long to wait while establishing a connection before terminating the attempt and generating an error.

Used in controls:

ADODataSource

Value:

The time, in seconds, of how long to wait for the connection to open.

Consult the ADO documentation for details about connection timeout.

Default value:

15 seconds

COBOL PICTURE:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attributes:

None.