简体   繁体   English

SQL Server Compact Edition无服务器吗?

[英]Is SQL Server Compact Edition Serverless?

Is SQL Server Compact Edition Serverless? SQL Server Compact Edition无服务器吗?

I mean, If I have a Northwind.sdf file in some pc without SQL server installed, can my application still use that? 我的意思是,如果我的某些PC中有Northwind.sdf文件而未安装SQL Server,我的应用程序是否仍可以使用该文件?

Is it the same with SQLITE? 与SQLITE一样吗?

Correct. 正确。

Both of these databases do not have servers and do not require any installation for end-user. 这两个数据库都没有服务器,并且不需要为最终用户进行任何安装。

All you need to do is include the appropriate DLL file 您所需要做的就是包含适当的DLL文件

Answer of SLaks + Yes, SQLite is an embedded database too. SLaks的答案+是的,SQLite也是嵌入式数据库。

SQLite features: SQLite doesn't support RIGHT or OUTER JOIN's, complete ALTER TABLE. SQLite功能:SQLite不支持RIGHT或OUTER JOIN,完整的ALTER TABLE。 See http://www.sqlite.org/omitted.html . 参见http://www.sqlite.org/omitted.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SQL Server Compact Edition 4 - AccessViolationException - SQL Server Compact Edition 4 - AccessViolationException 在SQL Server Compact Edition中可以进行批量查询吗? - Is batch query possible in SQL Server Compact Edition? 具有实体框架的SQL Server Compact Edition - SQL Server Compact Edition with Entity Framework 如何在SQL Server Compact Edition中保存小数? - How to save decimals in SQL Server Compact Edition? 如何使用应用程序部署.Net Compact Framework和SQL Server Compact Edition - How to deploy the .Net Compact Framework and SQL Server Compact Edition with the Application SQL Server可以复制到SQL Server Compact Edition吗? - Can SQL Server replicate TO SQL Server Compact Edition? SQL查询在SQL Server Compact Edition中不起作用 - SQL query doesn't not work in SQL Server Compact Edition 在Visual Studio 2013中使用SqlCeResultSet进行SQL Server Compact Edition数据访问 - SQL Server Compact Edition Data Access with the SqlCeResultSet in Visual Studio 2013 使用linq从本地SQL Server Compact Edition数据库中选择 - Select from local SQL Server Compact Edition database using linq C#SQL Server精简版:非常高的压缩率 - C# SQL Server Compact Edition: Very High Compression Ratio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM