Skip to Content

 RDBMS

Where is the Microsoft SQL Server 2005 JDBC Driver?

Question: I installed Microsoft SQL Server, but I can't find the SQL Server JDBC Driver. Where is it located? Answer: Visit the Microsoft SQL Server JDBC Driver home page at https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft... Read More

How do I set up JDBC to communicate with Oracle database?

isCOBOL needs the proper JDBC driver to interact with any RDBMS, including Oracle. JDBC drivers are Java libraries (jar) that are usually supplied by the RDBMS vendor. Each RDMBS has its own drivers. Oracle has several different types of drivers,... Read More

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

Does Oracle Pro*COBOL work with isCOBOL?

To use Pro*COBOL, compile with the isCOBOL -cp option to enable full POINTER support. This is necessary because the Pro*COBOL precompiler translates EXEC SQL statements to a C API that passes COBOL data as pointers and saves them internally to be... Read More