Hi
I have noticed, that when a transaction is committed, all querys or sql-statements that had been prepared within that transaction, are not prepared any longer.
Is this a restriction by the Firebird server or is there any way to circumvent that behavior and keep statements prepared for use in multiple transaction (sequentially)?
Thanks in advance.