I am having problem conecting to Informix using ADO.NET.
The problem is that it raises an exception after reading the data(at EOF) & the exception raised is:
System.Data.OleDb.OleDbException
_COMPlusExceptionCode -532459699
_className null
_xcode -532459699
_Message "X"
_Source "Ifxoledbc"
_HResult -2147467259
I have installed Informix Client SDK tool & the connection string is:
"Provider=ifxoledbc;Data Source=sysmaster@Sonoco_InformixDB"
Can anyone help in this regard.