Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.114 EnableOwnerName Property

Description:

Indicates whether to use the owner name.

The owner name is the name of the table or procedure specified in the TargetName property.

Used in control(s):

DBAccess

Values (with constants):

True - Uses the owner name.(POW-TRUE)

False - Does not use the owner name.(POW-FALSE)

Default value:

False(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.