1
我得到'$ exception.Message爲IfxConnection.Open()
'拋出了System.IO.IOException異常。用於連接Informix的例外
這是代碼
string conn = "Service=ms7;Database=testdb;Server=test2000;UserID=test123;Password=test123";
IfxConnection myconnection = new IfxConnection(conn);
myconnection.Open();
任何想法有什麼不對?
您可以使用DB-Access連接到Informix服務器嗎?你有任何連接到服務器的工作C#代碼?異常消息中是否有更多信息?有沒有辦法檢查'新IfxConnection'工作? –