sql server ce - How to read & update data in the Sql ce database located in Windows phone app data folder? -


i have placed sql ce database file in installation folder of windows phone application.i want perform read , write operations on database saying access database file not allowed. please suggest me how can achieve this

you need copy database isolated storage on first run, installation folder read-only. need change connection string:

data source=isostore://mydb.sdf 

see more in blog post here: http://erikej.blogspot.dk/2013/04/generate-windows-phone-8-local-database.html


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -