Syntax-error in SQLResultTable.cls
An external Rexx function package to connect to SQL databases
Brought to you by:
rexx
You get a syntax-error when usling method FetchRowSet
with parameter MaxRows.
In line 296:
wrong is: do maxRows
correct is: do i = 1 to maxRows
otherwise in line 299 is raised an error
I'm using ORexx/SQL Object Framework v1.1 (see: Readme
/ the class-files tell v1.0)
downloaded yesterday.
Logged In: YES
user_id=86185
Thanks for the fix, but John Blummel is the maintainer of
the ORexx/SQL package. I haven't been in contact with John
for a while.