isCOBOL DatabaseBridge
:
EDBI Routines
:
EDBI Routines for Informix
EDBI Routines for Informix
Data mapping (any COMP type could be used, mapping it is done according with digits):
PIC X(n)
VARCHAR(n)
PIC 9(n)
NUMERIC(n)
PIC 9(n)V9(m)
NUMERIC(n+m,m)
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