I'm starting to write a S40 web app.
I want to connect my app with a database as MySQL but I can't find any document about that.
Can you show me how to do?
I'm starting to write a S40 web app.
I want to connect my app with a database as MySQL but I can't find any document about that.
Can you show me how to do?
The ONLY way to do it is by creating API to access your database.
I want to connect to a database as MySQL or save data to local( on this mobile), everyone help me...
With Ovi/Nokia Browser, you can't save the data locally. Make HTTP requests to a web server, which handles the database connection and returns the data to your browser app ( e.g., as JSON, http://json.org/ ).