lundi 2 novembre 2015

Can I use an sqlite database on OneDrive (in the cloud) like a local database?

Actaully, I have an application that use an Sql Lite database in local. But I would like that all the users could use the same data base instead of each one has its own database.

So I am thinking in the possiblity to upldoad a database to the cloud, for example to OneDrive, and access to that like it would be a local database.

When I mean that like a local database, I mean that I want to avoid to download the data base, make changes and later upload the database again, because this is not a good option for concurrency access.

I would like that if I do an update, only change the data that I want to update, because also I want to avoid to download all the database and save data if I connect with a mobile connection.

I sumary, the only change that I would like to do to my application is add support to use the API needed to access to files stored in OneDrive and change the path of the database from my local database to the database stored in OneDrive.

Thanks.

Aucun commentaire:

Enregistrer un commentaire