mridoni / gixsql

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

Blob support in ProCOBOL syntax #47

Open GitMensch opened 2 years ago

GitMensch commented 2 years ago

I'm not sure yet if this is reasonable, but it would definitely make migrations from Oracle, for example to PostgresSQL, much easier. I think the "external files" are likely too oracle specific to support it, but the rest should likely be possible to translate in the driver to a matching handling.

Tracking here for possible implementation "someday" or to have a place for discussion that can be found later.

ProCOBOL docs on handling Large Objects (LOBs).