0

I'm planning to migrate a managed Windows CE 6 application to run on Windows Embedded Compact 2013. Currently, the app is based on .net CF 3.5 and as you know, WEC2013 includes .net CF 3.9

My app uses a file based database (.sdf) and now I've read that .net CF 3.9 no longer supports SQL Server Compact.

Does this really mean that I have to switch over to SQLite or can I still include SQLCE in my cab file?

4

1 回答 1

0

是的,Embedded Compact 2013 不再支持 SQL Server Compact,您可以使用 sqlite 代替https://cesqlite2013.codeplex.com/

于 2014-03-03T10:00:00.703 回答