user3191479
user3191479

Reputation: 47

connection string to connect to ORACLE database from a COBOL program

Is there connection string to connect to oracle database from a microfocus cobol program using openesql without creating ODBC DSN.

Upvotes: 0

Views: 1177

Answers (1)

Kevin
Kevin

Reputation: 153

Not a connection string.

What you have to do is compile with the directive SQL(TARGETDB=ORACLEOCI)

You can find out more here: Oracle OCI Support

Upvotes: 1

Related Questions