Open Source Embedded Database Options for .Net Applications

早过忘川 提交于 2019-12-11 07:05:23

问题


I have a .Net 4.0 WPF application that requires an embedded database.

MS Access doesn't work on 64 bit Windows I'm told. And I'm having issues with SSCE:


Unable to load DLL 'sqlceme35.dll': This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)


sqlceme35.dll is installed into my application's program files directory, so I can't seem to figure out why Windows XP Pro doesn't see it.

I was wondering about other embedded database options I might use (that work on both 32 and 64 bit windows). Any suggestions?


回答1:


SQLite

...and the System.Data.SQLite provider.



来源:https://stackoverflow.com/questions/2402867/open-source-embedded-database-options-for-net-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!