开发者

Can I use SQL Server Compact Edition CE on Mono?

Does anyone know if I can use SQL Server Compact Edition 3.5 on mono?

I'm hoping t开发者_运维知识库hey are written as managed assemblies and will work ok..does anyone have any experience?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜