Hi,
I have an sqlite table containing 1 million records. The rows get inserted and deleted randomly. During start -up of my application, I need to fill the database in my data structures. How can I pick up the rows in chunks of 10000. I dont want to delete the rows from sqlite table in this start up.