在Connection.Open()C#上出现SQL 40异常错误

时间:2018-10-01 18:48:02

标签: c# sql-server connection-string

我知道已经有several questions了,但是我还没有找到一个有帮助的东西。

我已经在SQL Server Object Explorer中测试了连接字符串,并且能够成功连接到该字符串,所以我不确定该字符串有什么问题。

请注意,出于隐私/安全的考虑,对字符串进行了一些修改,但仍遵循真实字符串的格式。

点击Connection.Open();它会引发SQL 40错误。

connection = new SqlConnection("Server=prod.domain.com,port#;database=dbname;UID=user;PWD=pw;Trusted_Connection=No;");
connection.Open();

0 个答案:

没有答案