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 type |
Interface |
Allowed values for C and COM implementations |
Allowed values for all other implementations |
---|---|---|---|
String |
|
2 to 10240000 |
2 to * (unlimited) |
Raw |
|
1 to 10240000 |
1 to * (unlimited) |
Numeric |
|
1 to 32 |
1 to 32 |
Float |
|
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>
).