Hello, I am new to using MySQL in B4A. I tried a library called "JdbcSQL". It works very well, but there is no option to get the total row count like ResultSet.RowCount in SQL. Also, there is no function to go to the previous row like Cursor1.PreviousRow.