Hi!
I'm trying to display some large texts (decompiled C++ and assembler source codes) that I have stored in SQLite databases (using TSQLite3Connection and some data aware components), however, they are getting truncated to a maximum of 1020 characters no matter what I do. The data types for the fields that are getting truncated to 1020 characters are set to TEXT in the SQLite database.
So, I have tried, for example, to put a TDBMemo, set the field name and then put the MaxSize to a real big value instead of 0: it doesn't matter, the text is truncated at exactly 1020 characters. I have also tried with a TDBGrid and other data aware components.
I have tried also with one TSQLQuery component defining the fields and setting the size to big values as well as changing the DataType to ftMemo instead of ftString for the 2 fields I need. Still, the text is truncated at 1020 characters.
Am I doing something wrong or is it a bug or a limitation?
Thanks in advance and happy new year!