var fDesc=new Array(); fDesc[0] = "Informix Connect is a runtime connectivity product that includes the runtime libraries of Informix CSDK. These libraries are required by applications running on client machines when accessing Informix servers. Informix Connect is needed when finished applications are ready to be deployed.

Main Features:


- Provides solid data access improvement and unicode support to Microsoft® Visual Basic or Visual C++ applications that require data access in a variety of locations and formats.
- Contains a robust, feature-rich ESQL/C module that adds flexibility and reliability for Informix OnLine Extended Edition customers with ESQL/C application development needs and benefits Informix 4GL customers who write applications connecting to Informix.
- Provides more choice in programming environments; promotes easier, faster application development; and reduces the cost of training developers in new skills.
- Saves maintenance and support expenses, minimizes downtime and speeds application development."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }