1

我收到'$exception.Message 为IfxConnection.Open()'抛出了 System.IO.IOException 类型的异常。

这是代码

 string conn = "Service=ms7;Database=testdb;Server=test2000;UserID=test123;Password=test123";
 IfxConnection myconnection = new IfxConnection(conn);
 myconnection.Open();

知道有什么问题吗?

4

1 回答 1

0

问题不在于连接字符串。它是 IBM.Data.Informix.dll 的版本。我用 2.90.6.0 下载了那个

于 2013-01-05T00:14:57.813 回答