Exporting Firebird data to SQLite file on iOS
Hi,
My client's data is stored in Firebird database and asked me to include it in an iOS application.
As you know, SQLite database is used for iOS applications.
1) How to import his data into iOS SQLite file (the file will be included in the app)?
2) Where to put the SQLite file?
3) Lets say the data is imported into SQLite file, how to access it? via Core Data or via raw SQL queries?
Your time and help are highly appreciated.
Thanks.
|