vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Yes, Informix database can be accessed by using OLE DB/ODBC bridge for ADO ..NET or By using Informix .NET Provider (Recommended) itself. The Informix .NET Provider is part of Informix CSDK. All of the above approaches support the dynamic SQL. Regards, Satyan Software Engineer R&D - IBM Information Management Division 11200 Lakeview, Lenexa, KS 66219 Tel: 913 599 8792 (T/L: 337-8792) Claus Samuelsen <csa@dk.ibm.com> Sent by: To informix-list-bou informix-list@iiug.org nces@iiug.org cc Subject 04/03/2006 01:34 Re: Access Informix from .net PM fj wrote: > We have both SQL server client and Informix client. The ideal solution > will be maintain single set of sql statement for both. > > Do you know if .net OleDB library can access InforMix? Or there is a > better solution. > > Our current code use dynamic sql with ? as parameter and ODBC > connection. for example "select * from user where userid = ?". there is > no type checking when pass in the parameter. > > Thanks > > -fj > Take a look on this article http://www-128.ibm.com/developerwork...ity/index.html _______________________________________________ Informix-list mailing list Informix-list@iiug.org http://www.iiug.org/mailman/listinfo/informix-list |