I'm trying to use .net to connect to an AVAYA CMS Informix database. I'm using Microsoft Visual Studio 2005 and connecting via a DNS I've created. I can see the tables no problem, but when I try to show the data on an .aspx page, I get the following error: "Parser Error Message: Unrecognized configuration section 'connectionStrings'" and it highlights line 12 which is:
<connectionStrings>
Does anyone have any idea why? Or better yet, does anyone have an example of how they connected to an AVAYA CMS Informix database using .net? Also, if I try to show the table data in Visual Studio, I get a different error: "Error Message: Failed to call the ODBC driver connection utility."
- Informix version 2000
- CMS version 14.0
- .net version 2.0