I've some problems with my WinRT app - Windows store. It's an Line of Business Application (LOB). Main goal of this application is to collect some data by different workers on one device on different working change. And I do not know how to create one common SQLite database for all those users is that even possible? Right now I use LocalFolder location to store db file:
Windows.Storage.ApplicationData.Current.LocalFolder.Path
So each user have his own database and can't see data that was collected by other users (
RoamingFolder isn't a solution because it will be shared file for current logged user on different devices (if his account is also Microsoft account) More about it here: http://ift.tt/1gRQz02
So I'm thinking that there is only one solution. Create local account and run it as assigned access with my app. Is that best solution?
Regards
Aucun commentaire:
Enregistrer un commentaire