Subject | Re: Everything about transaction |
---|---|
Author | Alexander V.Nevsky |
Post date | 2004-02-16T11:31:43Z |
--- In firebird-support@yahoogroups.com, "James@B..." <james@b...>
wrote:
James, most full and precise free available description I know is
IB6 Open Source API Guide chapter Working With Transaction. For more
popular description search articles at www.ibphoenix.com and
www.cvalde.net .
parameter for table-blocking consistency one.
update conflicted with another uncommited update, you can do nothing
against nature :), just serve such a conflicts in your applications.
Best regards,
Alexander.
wrote:
> i want to know about how transction works and how can i optimise myc/s programs with this.
James, most full and precise free available description I know is
IB6 Open Source API Guide chapter Working With Transaction. For more
popular description search articles at www.ibphoenix.com and
www.cvalde.net .
> read_committedLast have nothing to do with read_commited isolation level, it is
> rec_version
> nowait
> SHARED
parameter for table-blocking consistency one.
> it some times gives deadlock on some views.Data modifications on updatable views, I suppose. This only mean
update conflicted with another uncommited update, you can do nothing
against nature :), just serve such a conflicts in your applications.
Best regards,
Alexander.