Re: [GENERAL] Set transaction waiting mode and timeout

2011-05-18 Thread Scott Marlowe
On Wed, May 18, 2011 at 3:01 AM, Durumdara wrote: > Hi! > > In Firebird the transaction can be parameterizable as: > > SET TRANSACTION >   ... >   [WAIT | NO WAIT] >   [LOCK TIMEOUT seconds] > > The "NO WAIT" is force transaction to return instantly with errormsg > when some deadlock situation hap

[GENERAL] Set transaction waiting mode and timeout

2011-05-18 Thread Durumdara
Hi! In Firebird the transaction can be parameterizable as: SET TRANSACTION ... [WAIT | NO WAIT] [LOCK TIMEOUT seconds] The "NO WAIT" is force transaction to return instantly with errormsg when some deadlock situation happened, Timeout is define the seconds for wait. This can be set for