Rexx/SQL for MySQL and OOrexx crashes when many columns are retrieved
An external Rexx function package to connect to SQL databases
Brought to you by:
rexx
RexxSQL (for / MySQL / OORexx) crashes OORexx when a large number of columns are retrieved in a single query. I've downloaded the source (tho' I'm a long way from being a C++ programmer). In the my directory is a header file defining MAX_COL as 75 (while in the esoob directory its defined as 254). Is MAX_COL the limit I'm encountering? If so, can it usefully be set to a larger value? What would be the consequence(s) of doing so? Can I as that the value in the download binaries be set