connectionString="Data Source=192.168.0.1,1433; Initial Catalog=challan; Integrated Security=false; User Id=sa2, Password=*****"
providerName="system.data.sqlclient"
上述连接字符串显示错误
用户'sa2,密码= abc'
的登录失败
设定:
两台笔记本电脑之间的连接是使用LAN电缆进行的,两台系统都连接了SQL Server。
在Microsoft SQL Server中,远程连接使用userid = sa2和password = *****连接到主机,但连接字符串显示错误。