UWA SQLite Change PATH
Windows Development
1
Posts
1
Posters
4
Views
1
Watching
-
good morning I'm considering creating a Universal app windows 10 limited to the classic desktop and mobile app CRUD but I wanted to make sure that both devices were using the same database, I wanted to ask if you can change the connection string and indicate a specific directory in the local network. I wanted to avoid making a WebAPI REST. This is the path to change:
path = Path.Combine(Windows.Storage.ApplicationData.Current.LocalFolder.Path, "db.sqlite");
Thanks in advance for your help