Subject Re: [firebird-support] Re: How best to prevent overlapping updates by multiple users?
Author Ann W. Harrison
mlq97 wrote:
> Thanks Set,
>
> I was wondering if there is a way to handle this exclusively in the DB
> rather than by using explicit transactions which I assume have to be
> called from the client application?
>

You can't avoid transactions - Firebird always accesses data in the
context of a transaction. Your interface layer may handle transactions
for you, but they're always present.

Good luck,

Ann