How to import Mysql data in Xamarin Forms application?

Asked

Viewed 17 times

0

Good morning! I have a dilemma here. I need to import data from a hosted Mysql database to my application in Xamarin.Forms and use it locally in Sqlite. Thus, the user would import the data from the database, use the app offline and locally and then export the data back to the Mysql database. How to do this?

  • Would a database dump be a solution to your problem? It is possible to dump the entire database, or do granular by table. mysqldump

  • opa, maravilha! how I would do it within the solution Xamarin.Forms?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.