This topic is locked
[SOLVED]

 Getting Error

3/6/2012 9:29:43 PM
PHPRunner General questions
W
wildwally author

I started getting this error "String or binary data would be truncated." I've narrowed it down to one field, and it is only happening when the field is hidden and nothing is entered by the user. Should I be doing something else with a hidden field that doesn't require user input?
If I select Yes in the field prior the field in question becomes visible and the user answers the questiona and all works as it should. But if the user answers the No to the first question the field in question would not be displayed therefore would not get answered and I get the mentioned error.

W
wildwally author 3/7/2012



Check this blog article: http://blogs.lesstha...-data-would-be-


As stupid as it sounds I went through each field and verified that this was not the problem. After some much need sleep and reading your response this morning I went back and looked at it again and found that the field I thought was causing the problem was not the culprit at all - it was another field up stream that the length was in fact giving me the issue.
Problem solved thanks again Cristian