Some of your data is long and has been truncated, probably at 256
characters. Your rows are in the table but some columns will have been
chopped.
Are you using native or character format? What version of the client
library? What version of ASE? Any text/image columns? Any long char
columns?
--ian
R Garces wrote:
> I execute a bcp out , truncate the table and then a bcp in
> on a table and this message appear:
>
> CSLIB Message: - L0/O0/S0/N36/1/0:
> cs_convert: cslib user api layer: common library error: The
> result is truncated because the conversion/operation
> resulted in overflow.
> CSLIB Message: - L0/O0/S0/N24/1/0:
> cs_convert: cslib user api layer: common library error: The
> conversion/operation was stopped due to a syntax error in
> the source field.
> CSLIB Message: - L0/O0/S0/N24/1/0:
> cs_convert: cslib user api layer: common library error: The
> conversion/operation was stopped due to a syntax error in
> the source field.
> Batch successfully bulk-copied to SQL Server.
>
>
> I count the number of lines and it's OK. What means this
> error ?
>
> Thanks !


