GixSQL is an ESQL preprocessor and a series of runtime libraries to enable GnuCOBOL to access PostgreSQL, ODBC, MySQL, Oracle and SQLite databases.
GNU General Public License v3.0
16
stars
8
forks
source link
support for external SQLCA #97
Open
GitMensch opened 2 years ago
as found in ProCOB, see https://docs.oracle.com/cd/B19306_01/appdev.102/a96109/pco02prc.htm#i6313
Depending on the implementation (
INCLUDE SQLCA
is separate token in the scanner!) this approach may be wrong and should be handled internal instead.I currently have no need for this - this PR is only created as a "reminder" to have a look at this at some point.