Tuesday, 14 June 2011

SQLite3

Got my new database up and running. NOTE TO SQLITE USERS - If using sqlite browser don't forget to save or else your changes will not come into effect and you will chase errors that do not exist. After testing out my sql query I have copied and pasted it into my c class and using NSLog have tested it. It takes the data from the database and adds it to a new object using the properties. This object is then added to the mutable array of objects.

No comments:

Post a Comment