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

GNU + Gixsql + Postgresql cursor multifetch not supported #191

Open P1c4C0d3 opened 3 weeks ago

P1c4C0d3 commented 3 weeks ago

Is there a way to implement multifetch over cursors? We are using PostgreSQL, Gixsql and GNU Cobol.

Our response time is critical as we process millons of record per day, so we need to avoid the roundtrip between the server running Cobol and the Database.