pierrem Member Licensed User Longtime User Oct 8, 2015 #1 Hello, The question is in the title ! rs.nextRow enable to read all the rows, but how to read then again (without having to SQLexec again) ? Thks in advance
Hello, The question is in the title ! rs.nextRow enable to read all the rows, but how to read then again (without having to SQLexec again) ? Thks in advance
Erel B4X founder Staff member Licensed User Longtime User Oct 8, 2015 #2 You cannot. However you can use DBUtils.ExecuteMemoryTable: https://www.b4x.com/android/forum/threads/module-dbutils.46563/#content This will allow you to access any record you like. Upvote 0
You cannot. However you can use DBUtils.ExecuteMemoryTable: https://www.b4x.com/android/forum/threads/module-dbutils.46563/#content This will allow you to access any record you like.