Kbase P32844: SQL-89 information is bing truncated
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/11/2003 |
|
Status: Unverified
SYMPTOM(s):
SQL-89 information is being truncated
Stopping at 40 characters.
CAUSE:
The fields display format setting is the default 4GL and SQL-89 default setting for returning data to the user.
FIX:
Via Data Dictionary adjust the display format value of the field to be displayed to the desired value.
ie: Field-Name Properties:
Current: Format x(40)
Desired: Format x(60)