I am just starting to try Lazarus. I am also trying to use SQLite with it. I am creating a large SQL statement in Lazarus. I have tried defining a variable there as String, PChar, and AnsiString. No matter what, when I view the variable in the Evaluate dialog, it is cut off at 'String' length of 255. I have set the {$H+} compiler option and that doesn't work. How can I send a large SQL statement to the SQLite component?
Thank you.