Hi all,
I'm writing an ASP.NET web application that conntects to our INFORMIX db using ODBC. Our win2k server has a DSN set up that is working fine. However, I've set the same DSN up on my dev box with the same driver, etc and tried to use it but I just get an error returned on my aspx:
Exception Details: System.Data.OleDb.OleDbException: No error information available: E_UNEXPECTED(0x8000FFFF).
I don't know what could be causing it but it's pretty frustrating. I can deploy exactly the same script to the server and it works like a dream.
Any ideas, anyone?