To use COBSQL with Oracle 8 and later, you should use the following directives:
Directive
|
Description
|
CBL2ORA8 C28 (applies to Windows environments only)
|
This puts calls into the Oracle 8 specific support modules
ora8prot and
ora8lib. Both of these modules are built into
csqlsupp.dll.
|
COBSQLTYPE CSQLT
|
EXEC SQL preprocessor. Use the options ORACLE8 and ORA8 to use Pro*COBOL 8.x or later with COBSQL.
|