18/09/2012

System.Data.SqlClient.SqlException: String or binary data would be truncated. The statement has been terminated.

This error happened when you try add data to column with too long value. So, check the size of column in database and the actual value you need to add by application.

Read more...