开发者

Embedding SQLServer CE in an installer

开发者 https://www.devze.com 2023-03-12 06:58 出处:网络
We need to embbed SQLServer CE in the installer of our application in order to set it as the default backend. Is there any merge mod开发者_运维问答ule or something to include the SQLServer CE installe

We need to embbed SQLServer CE in the installer of our application in order to set it as the default backend. Is there any merge mod开发者_运维问答ule or something to include the SQLServer CE installer in our installer? Or is it as simple as including the dlls?

Thanks


Just include the DLL in the correct folder, and prepare app.config - see this blog post: http://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with.html

0

精彩评论

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