Subject | Re: [firebird-support] Lock Timeout for WAIT Transactions |
---|---|
Author | Dmitry Yemanov |
Post date | 2007-08-13T06:15:46Z |
Bryan Pendleton wrote:
answer depends on the database connectivity toolset you use.
Dmitry
>Check the transaction properties in your application. The detailed
> 1) How do I know whether I have a WAIT transaction or not?
answer depends on the database connectivity toolset you use.
> Is the transaction default WAIT? or NO WAIT?In the engine, the default is WAIT (if nothing has been specified via API).
> Is there an APIIt's specified when your transaction starts. RTFM isc_start_transaction().
> call that I make to specify that my transaction is WAIT?
> 2) What are the units for LOCK TIMEOUT?Seconds, IIRC.
Dmitry