Length

Length of the parameter string. The value can be from 1 to 2147483647, depending on the data type.

Description

The maximum length of the foreign data type must match the maximum length of the Uniface data type, as indicated in the following table.

Data types and their allowed string lengths

Data type

Interface

Allowed values for C and COM implementations

Allowed values for all other implementations

String

char*

2 to 10240000

2 to * (unlimited)

Raw

char*

1 to 10240000

1 to * (unlimited)

Numeric

char*

1 to 32

1 to 32

Float

char*

1 to 32

1 to 32

Do not enter values outside of the these ranges. If you do this, the activate statement will fail ($procerror returns <UACTERROR_NO_OPERATION>).

Applies To

Related Topics