与Informix建立连接的例外情况

时间:2012-11-14 20:01:11

标签: c# informix

我收到'$ 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();

知道什么是错的吗?

1 个答案:

答案 0 :(得分:0)

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

的那个