[sqlite] Exporting

2015-12-07 Thread Robert W.Mills (Phoenix)
Hi Gunter, Where would I get the CSV module from? regards, Robert On 07/12/15 08:26, Hick Gunter wrote: > You can always write a virtual table for exporting to whatever flavor of CSV > you like. Mine exports/imports strings/blobs containing nonprintable > characters in x'' notation. > > Basica

[sqlite] SQLite3 API

2015-11-30 Thread Robert W.Mills (Phoenix)
| Any plans for distribution of your cobol/sqlite interface ? The SQLite3 Interface for GnuCOBOL [sql3i4gc] will soon be available from the Contribution area of the GnuCOBOL Project. It is being released under the GNU GPLv3. The initial version con

[sqlite] SQLite3 API

2015-11-26 Thread Robert W.Mills (Phoenix)
To all, I have written (in COBOL) an SQLite3 interface for GnuCOBOL and would like to add a routine that will return the number of rows that were selected, updated or deleted by the last executed SQL statement. I currently have a routine, named DBSQL, that calls sqlite3_prepare_v2, sqlite3_ste