我收到'$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();
知道有什么问题吗?