Hi all,
I understand the core APIs and functions associated with Corona’s SQLite implementation: how to access, modify, insert, and delete fields/tables/etc. But can Corona communicate directly with an SQLite database on a server? It seems that the basic implementation is for local databases only… those contained or created within the app’s Documents directory. I can not locate any methods to “connect” to a hosted database to download NEW data into the app’s local database.
If this is true, I suppose the best method might be to download the entire hosted database into the app’s Documents directory using FTP or another file download API, overwrite the current one, then process the data from there?
I’m hoping that there’s a more efficient method… some method to just cherry-pick new or updated data from a server-side database and bring it into the Corona app.
Any ideas or suggestions? Third-party code modules that can handle this?
Thanks!
Brent Sorrentino [import]uid: 9747 topic_id: 28257 reply_id: 328257[/import]