Subject 2-phase commit command in sql?
Author David Garamond
i'm looking at the ib 6.0 sql reference manual the other day and noticed
that there's no sql command like "PREPARE COMMIT" or "PREPARE
TRANSACTION" (which will be an interface to
isc_prepare_transaction[2]()). would it be a good idea to provide a sql
interface to this API function? i would very much like to utilize
IB/FB's ability to do 2-phase commit with other databases/external
transaction mechanisms.

--
dave