Sybase Error – The data to be inserted into table ‘%2′, column `%1’ from row %3 of the select results cannot be converted to the datatype of the destination column. NULL will be inserted if the column allows NULLs.

In this blog post, you’ll learn more about the Sybase Error The data to be inserted into table ‘%2′, column `%1’ from row %3 of the select results cannot be converted to the datatype of the destination column. NULL will be inserted if the column allows NULLs. and the reason for receiving this error

Sybase SQL Error Message

The data to be inserted into table ‘%2′, column `%1’ from row %3 of the select results cannot be converted to the datatype of the destination column. NULL will be inserted if the column allows NULLs.

Reason for this Error

The database option CONVERSION_ERROR has been set to ‘OFF’ for this INSERT…SELECT. During INSERT…SELECT, the data to be inserted to one of the columns cannot be converted to the datatype of that column. If the column allows NULL, then NULL will be inserted instead.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this blog post, you’ll learn more about the Sybase Error Seek failed: the requested segment offset %2 is outside...
In this blog post, you’ll learn more about the Sybase Error No indicator variable provided for NULL result and the...
In this blog post, you’ll learn more about the Sybase Error %2: Memory & disk block number mismatch; buffer={%3} page={%4}....