I am getting '$exception.Message threw an exception of type System.IO.IOException for IfxConnection.Open()'.
This is the code
string conn = "Service=ms7;Database=testdb;Server=test2000;UserID=test123;Password=test123";
IfxConnection myconnection = new IfxConnection(conn);
myconnection.Open();
Any idea what's wrong?
new IfxConnectionworked? – Jonathan Leffler Nov 16 '12 at 4:00