Subject Re: [firebird-support] locking in Firebird + transactions
Author Ivan Prenosil
> what is the default transaction isolation level in FB1.5?

Snapshot (repeatable read).

> Should one
> handle transactions in Fb or application..using ADO.net?

Transactions are _always_ controlled by client,
fb server never do it by itself (except rolling back
transactions when the connection break).

Ivan