Hi Dimandja,
We have traced the ODBC. Oracle always accesses the database using a Curosr in this case. All the rest of databases returns DUPSEL (Db2) or in general too many rows error.
It is like the no data found. Oracle return code is ... I do not remember the value, but the ODBC transform...
There are only 3 SQL statement in the program:
The CONNECT
The SELECT
The DISCONNECT
If I test this select using Pl/SQL (oracle) it returns the too many rows error.
The values of the return codes are always like I said before.
The OPID variable is set lust before.
The same source code works...
I am trying to access Oracle )i data base from NetCobol for .Net programs using ODBC.
I have tested all the ODBC even the last one published by oracle few days ago.
A select statement should return Too Many Rows Exception but it does not. It returns one of the rows with SQLCODE = 0, SQLSTATE =...
I am migrating COBOL CICS DB2 applications to LAN environment. I am using Fujitsu Tools. The migration is very simple and work fine with CICS emulation and Batch JOBS.
The problem is the access to hte new database. The programs are migrated to .Net platform. They have to access Oracle database...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.