windows身份验证,那么sqlserver的连接字符串的

Data Source=计算机名称或ip地址;Initial Catalog=数据库名称;Integrated Security=True

windows身份验证不需要psw的
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=127.0.0.1 这个是个例子 你看下
上一篇:20155334 2016-2017-2 《Java程序设计》第五周学习总结


下一篇:十大排序算法