On 07-08-2026 10:29, Lagom wrote:
> Hi Mark,
> The error message is below. It's in Polish, so I've added a translation.
> Message: [FireDAC][Phys][FB]Attempt to reclose a closed cursor
This is a different error message than in your topic start, but this one
indicates that you're trying to close a cursor that was previously closed.
However, this sounds like a threading problem in your application. For
example, using the same connection, statement, etc. from multiple
threads, where one thread closed a statement or executed something else,
while another tries to fetch from that same statement.
Mark
--
Mark Rotteveel