MichalK73 Well-Known Member Licensed User Longtime User Jan 6, 2016 #1 In B4J is not the type of Cursor for "DIM point as Cursor" ?? In B4A works in B4J can not find. In the library sits this type of variable ?? Or how else to replace ??
In B4J is not the type of Cursor for "DIM point as Cursor" ?? In B4A works in B4J can not find. In the library sits this type of variable ?? Or how else to replace ??
Erel B4X founder Staff member Licensed User Longtime User Jan 6, 2016 #2 See the tutorial: https://www.b4x.com/android/forum/threads/sql-tutorial.35185/#content Upvote 0
MichalK73 Well-Known Member Licensed User Longtime User Jan 6, 2016 #3 OK thanks. Is ResultSet, but I have no method: position, rowcount. Can it replace ?? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 6, 2016 #4 There is no position and row count. See the tutorial. It shows you how to iterate over the results. Upvote 0