Asp 连接Sql server的连接串的两种写法:
1、Server = gray; Database =gray; User ID = gray; Password=gray; Integrated Security=false;
2、Server = gray; Database = gray; Integrated Security= true;
默认的Integrated Security 为false
Integrated Security= true 的意思是,你采用了Windows的身份验证模式去连接数据库。
实际上就是Sql Server两种身份验证模式:
1sql server两种身份验证模式、混合模式 (用户名和密码 或 Windows身份验证)
1、Server = gray; Database =gray; User ID = gray; Password=gray; Integrated Security=false;
2、Server = gray; Database = gray; Integrated Security= true;
默认的Integrated Security 为false
Integrated Security= true 的意思是,你采用了Windows的身份验证模式去连接数据库。
实际上就是Sql Server两种身份验证模式:
1sql server两种身份验证模式、混合模式 (用户名和密码 或 Windows身份验证)
2、Windows 身份验证
附:Oracle的身份验证也是两种
域和用户名密码
域用于局域网内连接
用户名和密码用于网络身份验证
附:Oracle的身份验证也是两种
域和用户名密码
域用于局域网内连接
用户名和密码用于网络身份验证
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论