Hi have a B4XTable which populates perfectly well the first time I use it but produces the following error every time thereafter:
When leaving the page the Log shows
I am not using SQLite as a database and the data which is populating the Table is Json converted to a list. I am using
to clear the table. Do I need to to do anything else to destroy the table before using it again?
Many regards
David
(SQLiteException) android.database.sqlite.SQLiteException: near ")": syntax error (code 1): , while compiling: CREATE TABLE data )
When leaving the page the Log shows
which I assume is correct.closing old db.
I am not using SQLite as a database and the data which is populating the Table is Json converted to a list. I am using
B4X:
B4XTable1.Clear
Many regards
David