How do I use a SQL with parameters with LoadSQLiteDB with the Table class?
With Table class I mean the one discussed here:
https://www.b4x.com/android/forum/threads/class-flexible-table.30649/
I can only see the option to use a plain SQL string.
Or should I just run ExecQuery2 and populate the table view from the cursor?
RBS
With Table class I mean the one discussed here:
https://www.b4x.com/android/forum/threads/class-flexible-table.30649/
I can only see the option to use a plain SQL string.
Or should I just run ExecQuery2 and populate the table view from the cursor?
RBS