Subject Re: Prepared statements & commit ?
Author Roman Rokytskyy
Hi,

> Why are we closing all prepared statements automatically
> at commit execution ?
>
> Firebird seems to support spanning the prepared statements
> over several transaction.

Does it? As I see from isc_dsql_prepare(...) you have to pass
transaction handle. If the statement can survive commit, why should I
pass transaction handle? So, does it support prepared statements over
commit?

Best regards,
Roman