Hi,

I found a small typo

page
http://www.firebirdsql.org/file/documentation/reference_manuals/user_manuals/html/isql-transactions.html

in :
SQL> SET TRANSACTION;

In Firebird 2.0 the SET TRANSACTION statement has been enhanced to
support all Transaction Parameter Buffer(TPB)options. These include:

    NO AUTO UNDONE

    IGNORE LIMBO

    LOCK TIMEOUT <number>

Example:

SET TRANSACTION WAIT SNAPSHOT NO AUTO UNDONE LOCK TIMEOUT 10;

should be "NO AUTO UNDO" and not "NO AUTO UNDONE"

cheers,

Philippe

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs

Reply via email to