isCOBOL DatabaseBridge
:
EDBI Routines
:
EDBI Routines for ORACLE RDBMS
EDBI Routines for ORACLE RDBMS
Data mapping (any COMP type could be used, mapping is done according to the digits):
PIC X(n)
VARCHAR2(n)
PIC 9(n)
NUMERIC(n)
PIC 9(n)V9(m)
NUMERIC(n+m,m)
PIC S9(n)
NUMERIC(n)
PIC S9(n)V9(m)
NUMERIC(n+m,m)
Peculiar jdbc settings:
iscobol.jdbc.autocommit=true
Unless you’re using transactions as described at
Transactions
, you should keep autocommit on.
This site works best with JavaScript enabled