I'm doing a program in C ++ in which I use a SQLite database. I have attributes of type string that I save as text. The problem is that when these strings are of great length, do not insert or read as you should, but other characters appear, despite the fact that, from what I have read, text supports texts of up to 33,000 characters. What could be the problem? What can I use to store long strings in the Database?