Subject Declared Cursor Already Exists ??
Author jorge_mosquera
Delphi Enterprise 7
Firebird 1.5.3

Sorry by my poor english.

My APP has the following process

1. Select 400.000 records
2. every record is analyzed and insert into a existing table.
3. All it's fine, but in record 36.000, teh following message appears

"Declared Cursor Already Exists"

What this mean ?

The IBQuery has Unidirectional property in True, and for security, each
10.000 records, i close an reopen it.

Regards