I'm pretty beginner at iPhone coding and my application idea involves retrieving data from a server. While devising it, I had thought that it would be sufficient to store it in a MySQL database and hoped that iPhone would have a way of handling this.
However, I don't think that's possible. All I really want to do is download specific contents of a database as they are needed. So when a user switches from one page to another in my application, I want it to propagate that page with data.
Can anyone give me some pointers on the best way to do this? I had a look on the developer pages at Apple.com but it seems to involve storing a .sql file on the phone itself.
However, I don't think that's possible. All I really want to do is download specific contents of a database as they are needed. So when a user switches from one page to another in my application, I want it to propagate that page with data.
Can anyone give me some pointers on the best way to do this? I had a look on the developer pages at Apple.com but it seems to involve storing a .sql file on the phone itself.