Do I need to install SQL Server Compact Edition on all client's desktops?

自作多情 提交于 2019-12-08 08:38:54

问题


I am developping a WPF desktop application, that I deliver to my users by a setup project with Visual Studio (2008, .Net 3.5). This application uses a local database, whose type is SQL Server Compact Edition 3.5.

My question is : do the users have to install SQL Server Compact Edition in addition to my application, or ideally is it possible to deliver all required DLL for SQL Server Compact Edition with my application ?


回答1:


Sql Server is not just a set of DLLs, but Microsoft makes it easy to deploy. Check out this blog.



来源:https://stackoverflow.com/questions/6651328/do-i-need-to-install-sql-server-compact-edition-on-all-clients-desktops

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