1. 程式人生 > >SqlServer資料庫連結字串

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;//將使用使用者名稱和密碼驗證登陸