Issue:
Exception as following snap. that is, your db column is no enough space. e.g. varchar(10) , you want to set length more than 10 char.
"String
or binary data would be truncated.nThe statement has been terminated."
Fix:
Make
sure it has enough space.