Thanks thewitt.
Does anyone have any suggestions for importing their data in to CoreData?
In every language I've ever done this is exceptionally easy - strange how Apple's own examples don't provide a way of importing the information into a Core Data store.
Has anybody on the forum any experience of doing this or does everyone use native sqlite or fmdb?
Quote:
Originally Posted by thewitt
Remember that CoreData can use any data store - and just so happens to use SQLite on the iPhone.
You can continue to use your SQLite database directly on the iPhone if you want - there is no requirement to convert to CoreData.
I don't know of any conversion utilities or examples, sorry.
-t
|