SQLite3 DB File On Server - How Can I Use in Objective-C?
- by Drew
I would like for my iPhone application to interact with a sqlite3 database file that is hosted on my server. How can I achieve this with Objective-C?
Let me know if you need more details.