Skip to main content

Problem:

How can I autoconnect to an Oracle database when using procob /  COBSQL ?

In OpenESQL.ODBC you can by using the SQL(INIT) directive to connect to a database. How can you do this using Oracle and the COBOL Precompiler (procob) ?

Resolution:

Procob has the AUTO_CONNECT configuration option.

Old KB# 7074