0

I'm able to get the .db data and set into sqlite properties to query asynchronously. How do I go about in updating and inserting changes into the db afterwards? Do I have to make a synchronous database connection?

Joey
  • 93
  • 1
  • 9
  • This is pretty clearly explained in the docs: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/data/databases#data-manipulation-methods – Jason Feb 14 '20 at 05:03
  • @Joey there is also one article about [insert or update data in sqlite](https://xamarinmonkeys.blogspot.com/2019/02/xamarinforms-sqlite-database-crud.html), please take a look. – Cherry Bu - MSFT Feb 14 '20 at 05:35
  • Yes, when running my program, I'm able to see the data and results of the query functions, but my .db file doesn't look like it updated from its created previous date. Therefore, do I have to open a synchronous connection and update or is it possible to do the change when I call the asynchronous querying function? – Joey Feb 14 '20 at 06:11
  • Yes, you can use async functions. If you have a specific problem, post the details of that problem. – Jason Feb 14 '20 at 13:00

0 Answers0