Hello to all,
I am trying to connect to an Informix database through and ASP.net page and I get the following error when I try to open the database:
System.Data.OleDb.OleDbException: No error information available: E_FAIL(0x80004005).
Here is my connect string:
Provider=Ifxoledbc;password=<password>;User ID=<password>;DataSource=<dbname>@<server>;Persist Security Info=True"
Can anyone help?
Thanks