How to get the next row from the Database table?
- by Parth
How to get the next row from the Database table? Such that the row might be incremented row that is if structure has a field called "id" then the row can be id++ or very next incremented row, but it may also b any other id containing row (NOT VERY NEXT) , (because the ids could be deleted from the table).
the point of id I am talking about is It could be 1,2,3,4....
or it could be 1,6,7,8,23.. so on....
Please help for fetching the next row in the for loop to get it checked.