Subject Re: [firebird-support] Too many Contexts ... Maximum allowed is 127.
Author Dmitry Yemanov
Valdir Stiebe Junior - Dype Soluções wrote:
>
>> When the query is released.
>
> This will happen when all data was fetched or when the query transaction
> is committed?

The former. But you don't need to know that, the context list is bound
to a particular query, so other ones won't be affected (as they have
their own contexts).


Dmitry