I read the documentation and was excited that FF could intergrate with SQLite.
But when I tried to intergare with SQLite, I still couldn't query data from SQLite to the screen. Can you tell me where I'm wrong?
My scenario as below:
Config SQLite
Add read Queries as below
I alredy checked this query is corrent and have data by DB Browser
On screen, I add Grid View and call this query
I add Text to display the values
But the retrun value on FF is NULL, I don't know where I'm wrong