iOS Question Jobdone with SQLite

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Hi,
i've an App that use an external database (remote database connector), but this app works too slow.
Then i want create and fill a local db (SQLite) at the start of the App and then i want read only local DB.
BUT MY APP USE JOBDONE!!!! How can i use SQLite without REWRITE ALL THE APP?
Tkx
Marco
 

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
No.
I have an app that use access via remote database connector.
This method use jobdone.....
Now i want modify the app using local DB (SQLite) on the device and i understand that syntax is different and that i can't use jobdone.
Then i must rewrine code and restructure APP.
May I use SQLite and jobdone together?
Marco
 
Upvote 0
Top