Hello,
I have a SQlite database with lots of tables.
From an initial query, I stored the name of the future table I will need in a string variable (RefSousCategorie)
Now I would like to use data's srored in this table under the field "Nature".
I tried with
But I have an error message, because it looks for the table named "RefSousCategorie" instead the name stored in this variable.
Do someone know how to use correct code ?
Thanks and have a nice Sunday.
Fab
I have a SQlite database with lots of tables.
From an initial query, I stored the name of the future table I will need in a string variable (RefSousCategorie)
Now I would like to use data's srored in this table under the field "Nature".
I tried with
B4X:
Cursor1 = Main.SQL1.ExecQuery("SELECT Nature FROM RefSousCategorie")
Do someone know how to use correct code ?
Thanks and have a nice Sunday.
Fab