The following changes to Sybase IQ error messages support the 12.7 ESD #2 LOAD TABLE FORMAT BCP feature described in “LOAD TABLE supports BCP files as input [CR 437332]”.
The message "Only
ASCII and BINARY are supported LOAD formats."
(SQLCODE -1000188L,
SQLSTATE QDB88, Sybase error code 20848) is now "Only
ASCII, BCP and BINARY are supported LOAD formats."
The message "Delimiter '%2' must
be 1 to 4 characters in length."
(SQLCODE -1013054L,
SQLSTATE QCA54, Sybase error code 20624) is now "Delimiter '%2' must
be 1 to %3 characters in length."
,
where %3 is the maximum allowable length of the
column delimiter or row terminator.
A new error message has been added: "Invalid
load specification for LOAD ... FORMAT BCP."
(SQLCODE -1000296L,
SQLSTATE QDC78, Sybase error code 21124).