View Full Version : Web App SQLite
amalshah71
Nov 10, 2009, 07:10 AM
I believe we can save data locally w.r.t a iPhone Web App using SQLite
Though by googling i am unable to find some real examples on how to use SQLite for a web app....all results show it w.r.t a native app...
Any examples for a iPhone Web App SQLite would help....
Thanks
jeremy.king
Nov 10, 2009, 02:33 PM
http://developer.apple.com/safari/library/documentation/iPhone/Conceptual/SafariJSDatabaseGuide/Introduction/Introduction.html
rdowty
Nov 10, 2009, 11:37 PM
You should check into CoreData. it was released in OS 3.0 and it's easier to use and uses SQLite to store it's data. It's also available on the Mac OSX so you could possibly share your code with a desktop app.
jeremy.king
Nov 11, 2009, 09:49 AM
You should check into CoreData.
Please disregard. CoreData is a framework designed for native applications, not web.
fernandovalente
Nov 12, 2009, 12:34 AM
Use HTML5 DB support. Yes, it's for web apps, not for native apps.
Hope it helps.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.