Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.62 ConnectionString Property

Description:

Contains the string to use to connect to a database.

Used in controls:

ADODataSource

DBAccess

Value:

The string to connect to a database.

ADODataSource

Consult the ADO documentation for details about connection strings.

DBAccess

Consult the ODBC documentation for details about connection strings.

It is only effective when connected to a common file database.

Default value:

None.

COBOL picture:

X, up to 8192 bytes.

OLE data type:

VT_BSTR

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.