Hi,
I have a data type text in my SQL Database and I have a textarea where the user types in an article.
The problem is that when i submit the form, some of the article gets cut off when it stores it in the database. I know text has a length of 231-1. So why does it cut off?
Any ideas?