Studio debug error "Data too long for Column in_watch_value
Posted: Wed 06 Apr 2011 14:43
How can I execute Debug when I have a long string. I have defined a VARCHAR(4000) variable in my code to match the definition in the database. When I execute a FETCH (in debug mode) I get the error "Data too long for column 'in_watch_value' at row 72. This occurs at the command where I execute a FETCH against the table that contains the long string. Should I be using a different variable type of is my dBForge configuration incorrect. The code seems to work when not in DEBUG mode but I need to look at the logic more closely. I DO NOT have any watchpoints set so I do not know how to proceed. I have tried typing the variable as VARCHAR, MEDIUMTEXT, LONGTEXT and BLOB with the same error. Any help would be appreciated