Sybase Error – The data to update table ‘%2′, column `%1’ cannot be converted to the datatype of the destination column for update number %3 to the table. NULL will be inserted if the column allows NULLs.

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

Sybase SQL Error Message

The data to update table ‘%2′, column `%1’ cannot be converted to the datatype of the destination column for update number %3 to the table. 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 UPDATE. During UPDATE, the data to update one of the columns cannot be converted to the datatype of the column. The update number represents the number of updates made to the table which is not necessarily the row number of the table being updated. The column will be updated with NULL if the column definition allows NULLs.

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}....