dabbledb + iPhone
- by user193545
I have been using DabbbleDB online database for storing/retrieving values for one of my iPhone applications.
I am using their JSON response for retrieving the records.
The problem that I am facing is that if there are a large number of records in the database, it takes a long time to get the response from the server and then to parse the JSON response.
Instead I would like to to get a set of records at a time and run a loop to fetch all the records in background.
I do not know whether we can query for a set of records at a time from online databases like DabbleDB.
Anybody having an idea, please help.