Reputation: 47
Is there connection string to connect to oracle database from a microfocus cobol program using openesql without creating ODBC DSN.
Upvotes: 0
Views: 1177
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