asales Expert Licensed User Longtime User Feb 6, 2019 #1 I tried to use DBUtils.ExecuteList, but it returns only the first column to the list. I'm use the SQLite database from Flags example: https://github.com/stefangabos/world_countries/ Thanks in advance for any tips.
I tried to use DBUtils.ExecuteList, but it returns only the first column to the list. I'm use the SQLite database from Flags example: https://github.com/stefangabos/world_countries/ Thanks in advance for any tips.
Erel B4X founder Staff member Licensed User Longtime User Feb 6, 2019 #2 DBUtils.ExecuteList was meant to fill a ListView -> a single column. You should use ExecuteMemoryTable instead. Upvote 0
DBUtils.ExecuteList was meant to fill a ListView -> a single column. You should use ExecuteMemoryTable instead.