Connecting Mobile App to the main database

Hello there,

As far as I know corona supported SQLite database for the data handling like saving and retrieving data and this database and data are stored in phone. I have a project that the database is in the webhosting. I want to connect to this database every time the user will open the Mobile App, retrieved and save data to the said database.

Is there anyone having an experience?  Please I don’t have any idea… can someone can give me idea?

your responses are a great help… thanks…

Thanks…

Corona SDK  has SQLite built in for local databases.  For remote databases, you have to use network.request() or use Lua sockets if you need a lower level connection to work with remote databases.  This tutorial might get you started:

http://omnigeek.robmiracle.com/2012/04/15/using-corona-sdk-with-rest-api-services/

Rob

Thank you so much… I will try this… 

Corona SDK  has SQLite built in for local databases.  For remote databases, you have to use network.request() or use Lua sockets if you need a lower level connection to work with remote databases.  This tutorial might get you started:

http://omnigeek.robmiracle.com/2012/04/15/using-corona-sdk-with-rest-api-services/

Rob

Thank you so much… I will try this…