I have a textarea that is setup to allow the user to enter text and basic html formatting. That text is then put into a varchar(8000) field in a table in the database.
The problem that I'm having is that when the user updates the data somehow the text is being cutoff at 1399 characters.
Does anyone have any idea what that might be happening? I've double checked the stored procedure and the table field to make sure that a varchar(8000) was being used for the entire thing.
The problem that I'm having is that when the user updates the data somehow the text is being cutoff at 1399 characters.
Does anyone have any idea what that might be happening? I've double checked the stored procedure and the table field to make sure that a varchar(8000) was being used for the entire thing.