T texwillerx Member Licensed User Longtime User Apr 26, 2022 #1 Is there a way to fetch all rows in a result set in an array/map such as sqlite_fetch_all in phpfetchall in Python
Is there a way to fetch all rows in a result set in an array/map such as sqlite_fetch_all in phpfetchall in Python
Erel B4X founder Staff member Licensed User Longtime User Apr 26, 2022 #2 I'm not familiar with these two methods but check ExecuteMemoryTable in DBUtils. Upvote 0
DonManfred Expert Licensed User Longtime User Apr 26, 2022 #3 You have to do it by yourself. Query the data from the database and build the array you want based on the results. Upvote 0
You have to do it by yourself. Query the data from the database and build the array you want based on the results.