I need a little help.
I've create a SQLite Virtual Table based on the main table of my project (for a full text search purposes) and SQL code works fine in DB Browser for SQLite 3.12
How I can use it and how display the results in a Lazarus app (maybe in a Grid)?
(I tried to use it as a normal table in Lazarus, but with no results.)
My developing machine is a MacBook Pro M1 with Lazarus 3.2 and SQLite 3.37.
Thanks for your time.