Discussion:
what is the advantage of using ESQL/C over other database connectivity tools?
(too old to reply)
d***@hotmail.com
2015-01-29 12:16:11 UTC
Permalink
I am new to Informix and I see ESQL/C is referred to a lot in documentation as a means to accesss an Informix database from an external application. Why should I use ESQL/C when I can just use ODBC or OLE to do the same?
Eric Vercelletto
2015-03-13 17:27:13 UTC
Permalink
Post by d***@hotmail.com
I am new to Informix and I see ESQL/C is referred to a lot in documentation as a means to accesss an Informix database from an external application. Why should I use ESQL/C when I can just use ODBC or OLE to do the same?
Hi,

OLE and ODBC do not have a fame to have fast access, ESQL/C has a native access to Informix, therefore the most direct connection possible.

ESQL/C is C embedded, meaning this is a very fast language, consuming low level of hardware resource. If raw performance is critical for you, use ESQL/C, but the other hand of this is that programming in C is way more costly than any present time language.
Loading...