Thank you for your response,
I have checked the table schema and the length of the field is 30. I have also searched the entire project for the field name and it's length is 30 in all instances. I have searched the project for the number 14 and don't find any references to 14 as a field length or max.
Main Topics
Browse All Topics





by: RajkumarGSPosted on 2009-10-31 at 03:58:14ID: 25709178
"String Truncation" error happens when we are trying to store a string that have more length than that permitted by the field in database/parameter.
Check in database for Field Size of the data type that causing error. When a string with more length is being tried to save to this field, this crash can occur.
--Raj