Kbase P102591: Error 557 when using INSERT
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/29/2005 |
|
Status: Unverified
SYMPTOM(s):
** File input too long: <string>. (557)
Using INSERT Statement
Importing from a file
CAUSE:
The data for the field is stored in the file in a longer format than the one used in the data dictionary for the same field. For example a 10-character string is read from the file for a character field with format "x(8)".
FIX:
Change the format for the field in the data dictionary in way that is compatible with the records in the fields . Alternatively you may use the IMPORT statement instead of the INSERT that import records regardless the format stored in the Data Dictionary.