Tagged Questions
The esqlc tag has no wiki summary.
2
votes
3answers
452 views
embedded sql in C
I've been attempting to write embedded SQL statements for DB2 that ultimately gets compiled in C.
I couldn't find a tutorial or manual on the embedded SQL syntax for C for reference. One case I ...
1
vote
1answer
373 views
Eclipse CDT and ESQL syntax errors
I am using Eclipse CDT (Helios release) to edit the source code of an (old) C application, which also uses ESQL. In this project, by convention, files containing ESQL code have a .sc extension ...
1
vote
1answer
260 views
Anyone have experience developing with ESQL/C for INFORMIX-SQL?
Does anyone have experience developing with ESQL/C for INFORMIX-SQL, as in calling C funcs within "Perform" screen generator and "ACE" report writer?
I have ISQL without ESQL/C. I experimented ...
1
vote
2answers
225 views
Proper way of declaring cursor for huge number of updates
I need some suggestions as to whether my idea is ok or not. I have a situation where:
I need to do updates to every row of a table. There is some logic involved in the updation.
The logic is very ...
0
votes
1answer
138 views
Informix Dynamic Server / ESQL question - TEXT Update versus TEXT insert
I maintain a 3rd party Informix driver that's written with ESQL-style (Informix API) calls. I'm working on a bug where, for TEXT fields, INSERTs work fine and UPDATEs fail. Stepping through the ...
0
votes
2answers
441 views
Migrating Informix ESQLC to Oracle Pro*C
Currently tasked with migrating Informix ESQLC files to Oracle Pro*C and have a few questions. First, we use a lot of proprietary Informix functions within our embedded ESQLC code such as:
rstrdate( ...