Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

xamarin forms android device database location

$
0
0

I can't find sqlite database in my project. In file folder there are no database. its empty. But my data is saving successfully and its loading. Please help

/data/user/0/com.companyname.MyApp/files/

This is my database path.

       var dbName = "dbApp.sqlite";
       var dbpath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.ApplicationData);
       var path = Path.Combine(dbpath,dbName);
       var conn = new SQLiteConnection(path);

Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>