Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

Best way to update local Sqlite DB

$
0
0

I have local Sqlite db in my xamarin.forms app. I have table called 'cars' where data is pre filled. now I want to update this table with more pre filled data. Here what will be the best approach ? Should I always write code in the app for inserting data or should I replace updated Db with already installed Db(with app) ?


Viewing all articles
Browse latest Browse all 89864

Trending Articles