Good day everyone. I am wanting to add all items in a SQLite DB to a ListView.
I can get one result only with this code...
but i cannot workout how to show every item in the DB col1 in a ListView. :BangHead:
can anyone please help me i have spent almost 7 hours and have almost no code
embarrassed Waz.
I can get one result only with this code...
B4X:
ListView1.AddSingleLine(SQL1.ExecQuerySingleResult("SELECT col1 FROM table1"))
but i cannot workout how to show every item in the DB col1 in a ListView. :BangHead:
can anyone please help me i have spent almost 7 hours and have almost no code
embarrassed Waz.