简体   繁体   中英

How to open .accdb file in Windows Phone 8.1 Application?

I'm currently developing a Windows Phone Application and I want to work from a .accdb file. I already searched for this, but can't find a solution. Tried Linq to SQL, but this gives me an error:

DataContext dc = new DataContext("Data Source=isostore:/test.accdb");

You can't. Microsoft Office Access isn't supported as database on the WP platform.

I would suggest to take a look at the article Local database for Windows Phone 8 to see the viable options.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM