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
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