Can isCOBOL access Oracle, MS SQL and other RDBMS?


isCOBOL has several options to access any RDBMS like MS SQL, Oracle, DB/2, MySQL, PostgreSQL, and any other RDBMS that provides a JDBC driver.

You can access these databases with ESQL. The isCOBOL runtime comes with a robust SQL processor. If you chose to use a pre-compiler instead of ESQL, the isCOBOL runtime handles that seamlessly as well.

If you don't want to use ESQL or a pre-compiler, a third option is isCOBOL's Database Bridge, or EasyDB, product. This option lets you keep and develop your programs' COBOL File I/O, and automatically generate a bridge program converting the File I/O statements to ESQL using the Database Bridge. With a few configuration variables, the COBOL program acts like it's accessing a regular COBOL ISAM file, while the runtime actually accesses your database.

See isCOBOL Documentation for further details on this topic



Article ID: 177
Created: June 28, 2011
Last Updated: May 17, 2022
Author: Support KB Author

Online URL: https://support.veryant.com/support/phpkb/article.php?id=177