Can I use SQL Server Compact Edition CE on Mono?

假如想象 提交于 2019-11-28 12:21:30

All of the SQL Compact (except System.Data.SqlCe.dll obviously) are native libraries, so no they won't work under non-Windows platforms.

Pretty replacement for SQL CE is SQLite

SQLite ADO.NET Provider is portable and exists on Microsoft.NET and Mono

http://sqlite.phxsoftware.com

http://www.mono-project.com/SQLite

native components is exists for most major platforms and source code also available

(By 'on mono' I assume you mean running on Mono in Linux?)

No. I'm pretty sure none of the SQL Server versions are built on managed assemblies.

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