vb.net连接sql2005程序打包问题?
我用vb.net做了一个应用程序连接了sql2005的数据库但是在测试程序的时候发现这个程序在其他机器上运行的时候要求其他的机器也必须安装sql2005否则程序报错,。。。问:能否不再安装sql而运行我的这个程序??(或者提供其他的解决方法)请求指点。(时间比较紧急在线等)
[解决办法]
转帖: 来自:http://social.msdn.microsoft.com/Forums/ar/winformssetup/thread/4b795b9a-d1f6-4584-ab94-fcb256313fe3
Do you use visual studio 2010 to build this setup project?
If so, right click the setup project -> choose properties item -> there is a Prerequisites button.
Click this button, you will see prerequisites dialog. Sql server 2008 express is in the prerequisite list.
MSi will check whether sql server 2008 express or higher version of Sql Server has been installed before project installation if you check this item.
Does this work for you?
[解决办法]
如果数据不大,就不要用MSSQL啊。
MYSQL、access、SQLITE等。
尤其是SQLITE,最小,最方便。