There are times when I get the SQL 502 error when trying
to open one of the queries.
SQL 502 says: "The cursor specified in an OPEN statement
is already open."
The conditions that induce the error seem to be related to
how many rows exist in the table to satisfy the query, with
the magic number at about 192.
I know that cursors are utilized when writing native DB2
apps, but the TQuery encapulates all that so I can't imagine
what the message means. Any help would be greatly appreciated.
Vince Marino
vma...@primenet.com