I'm stumped on how to step through records in SQL using the DBUtils library.
This is probably more like a theory question than technical. I'll take any advice anyone can give.
I have 10 records (rowid of 1-9, then 11....because rowid 10 got deleted).
I have a prev and next button the screen to scroll
To start I present record rowid 8 on the screen for viewing.
I press next and want to view record rowid 9.
I press next again and it should show record rowid 11.
Hitting prev will take me back to rowid 9.
Again, I'm using DButils ExecuteMap to retrieve the data for the records after the rowid is determined.
Thanks
This is probably more like a theory question than technical. I'll take any advice anyone can give.
I have 10 records (rowid of 1-9, then 11....because rowid 10 got deleted).
I have a prev and next button the screen to scroll
To start I present record rowid 8 on the screen for viewing.
I press next and want to view record rowid 9.
I press next again and it should show record rowid 11.
Hitting prev will take me back to rowid 9.
Again, I'm using DButils ExecuteMap to retrieve the data for the records after the rowid is determined.
Thanks