Bug? Resultset on B4A need a position?

Alexander Stolte

Expert
Licensed User
Longtime User
Hello

I heard that the "ResultSet" is cross platform. But why i need on B4A:

B4X:
Dim rs as ResultSet
rs.position = 0

why i need the "rs.position", on B4I the position is not exist, Now I have to use #If B4A anyway to fix this case.

Is it wanted like that? Thanks.
 
Top