Advantages and Disadvantages of SQLite.NET and SQL Server Compact

♀尐吖头ヾ 提交于 2019-12-04 04:35:53

One thing is that the SQL Server Compact can only have one process accessing the MDF at a time.

Access was MDB (I believe it's changed for recent versions) - SQL Server full version defaults to MDF.

I confess I decided though that compact was just too much hassle from the docs so went with SQLite.

I do not SQL Server compact edition. It is a accessible by single thread , does not have any good features. you have to write query every time for everything. moreover as far as i know it is not indexed. correct me, if i am wrong on this point. But, at the end it is very slow for any desktop task.

SQL Server Compact will run under medium trust under ASP.NET 4, and supports both x64 and x86 platforms. It is limited to max 256 concurrent connections. It is file based, and not quite as robust as SQL Server, and does not support recovery to a point in time.

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