embedded-sql
How to select 32 or 64 bit Informix Csdk 3.7?
My developer machine is a Windows 7 64bit and have some programs on 32 an others on 64 bits since the upgrade of the 3.70FC3 and 3.70TC3, I\'m having problems compiling with VisualStudio 20开发者_JAV[详细]
2023-04-02 08:21 分类:问答ECPG invocation of stored procedure with an array argument
I have a ECPG client attempting to obtain data.It uses a a prepared statement with a subselect clause using a stored function \"getsipid\" that takes 4 arguments.[详细]
2023-04-01 21:30 分类:问答Deleting a row in Oracle with ESQL/C
I\'m trying to write a program with C and ESQL. One of the things I want to do is delete old row from one of my table (by comparing with SYSDATE) each time the program is run.[详细]
2023-03-25 05:31 分类:问答EXEC SQL DECLARE variable in .h header files preprocessed by Oracle pro*c
I am porting some C++ code with embedded SQL into a linux server with oracle database. The data Access Objects are C++ classes providing[详细]
2023-03-16 03:13 分类:问答How to solve or start solving DB2 problem?
When I try to pre-compile my DB2 Cobol application that contains embedded SQL statements, I get this error in my SYSTERM file:[详细]
2023-02-21 19:42 分类:问答Is ESQL used in industry?
I\'m taking a database course and I have to write a command line application. The prof wants us to write an ESQL (embed SQL) application.[详细]
2023-02-19 02:52 分类:问答sqlcode does not return DEADABORT when deadlock occurs in ESQL
I\'m trying to understand how deadlocks can be managed using ESQ开发者_如何学PythonL. I created 2 concurrent processes that try to update a \"customers\" table, exactly like the example given in O\'Ne[详细]
2023-01-26 19:53 分类:问答How to get rid of label used but not defined
I\'m trying to print the rows of a table in embedded sql.I have this code where publication is the 开发者_C百科table and pubid is the attribute.I tried this:[详细]
2023-01-06 16:54 分类:问答TEXT Update versus TEXT insert on Informix Dynamic Server
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 code,[详细]
2023-01-06 03:54 分类:问答Blanks causing problem while fetching rows (Informix)
The always interesting issue of NULL Vs Blank is driving me bit crazy now. I have two ESQL/C structures that represent two tables. I\'m fetching a row from[详细]
2022-12-28 13:12 分类:问答