SqlServer数据库链接字符串

 

完整链接字符串:

1."DataSourse=.\你的实例;Initial Catalog=yourdatabase;User ID=*;Password=*;Trusted_Connection=True;"

2."Server=.\你的实例;Database=yourdatabase;UID=*;PWD=*; Integrated Seurity=false; "

 

Trusted_Connection=True;//将使用windows凭证验证用户

Trusted_Connection=False;//将使用用户名和密码验证登陆

posted on 2018-12-06 07:40  零一两二三  阅读(4431)  评论(0编辑  收藏  举报

导航