Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Luimarat

    NetCobol .Net and Oracle ODBC access

    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...
  2. Luimarat

    NetCobol .Net and Oracle ODBC access

    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...
  3. Luimarat

    NetCobol .Net and Oracle ODBC access

    SQL Statement: EXEC SQL SELECT USUARIO, OPID INTO :TB-USUARIO, :TB-OPID FROM USUARIOS WHERE OPID = :TB-OPID END-EXEC Host varibles: 01 TB-TABLE. 03 TB-USUARIO PIC X(8)...
  4. Luimarat

    Oracle access from COBOL .Net

    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 =...
  5. Luimarat

    NetCobol .Net and Oracle ODBC access

    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...

Part and Inventory Search

Back
Top