Hey guys,
I'm using a free web hosting service,
Free Web Hosting with PHP, MySQL and cPanel, No Ads. It's great, except for the fact that through PHP, I have to create and update an SQLite database (that I download from my app), and sadly, they use version 2.8.17.
Originally, I didn't think this was a problem, because it seemed logical to me that version 2 files would be compatible with version 3 files in the iPhone SDK; unfortunately, this is not the case at all.
Now my question is, is there anyway to deal with SQLite2 files in the iPhone SDK? Can you open them with a library, or convert them to SQLite3 from the iPhone?
Thanks in advance!