Hi,
I made a database using phonegap[cordova 1.7.0] sqlite on IOS5. But instead of using this database, I want to switch it with one that I already have on an online server.
Is there some method to do that ? And would it be possible to update the online database using the functions provided at the storage api of cordova ?
Thanks a lot.