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
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.
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.
I am porting some C++ code with embedded SQL into a linux server with oracle database. The data Access Objects are C++ classes providing
When I try to pre-compile my DB2 Cobol application that contains embedded SQL statements, I get this error in my SYSTERM file:
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.
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
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:
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,
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