标题: SQL Server Express 的问题 [打印本页] 作者: my_world 时间: 2011-4-20 11:28 AM 标题: SQL Server Express 的问题 各位大哥,
我有以下问题,我在用着SQL server Express 2005。
WinForm App, Ms VS 2008
我的client program要link去server (SQL server express2005在server里)
所以我的config file用以下的方式去connect.
"<add name="SimpleMice" connectionString="Data Source=192.68.1.1\SQLEXPRESS;Initial Catalog=SimpleProgram; User ID=saassword=dsc;"
providerName="System.Data.SqlClient=" />"
但用户不想看到user ID 和password.
我现在SQL server Express 2005 用的是SQL server Authentication.
那位有什么好建议吗?作者: my_world 时间: 2011-4-21 06:42 PM
没办法了,用自己的办法。。
encrypt那个connection string,不让user看到吧。 作者: goodday 时间: 2011-4-22 01:46 PM
开一个 class
把 Data Source=192.68.1.1\SQLEXPRESS;Initial Catalog=SimpleProgram; User ID=sa;password=dsc;
set 成 strong lo