Subject | Re: Urgent help needed: application locks with > 1 user |
---|---|
Author | ione1608 |
Post date | 2006-10-24T07:34:57Z |
--- In firebird-support@yahoogroups.com, "Adam" <s3057043@...> wrote:
What is the right setting for the isolation level? I tried RU (Read
uncommitted) and that seemed to work to.
I read the chapter in Helen's book about this, but couldn't figure
it out.
How do you guys manage this?
>first
> > I set the AUTOCOMMIT property of the transaction to TRUE and it
> > works. When the second user wants to open the same record the
> > user already opened, I give a message that the record is in useand
> > disable the save-functionality. I administer who locks a recordin a
> > separate table. This solution works, but how do you pro'sconsider
> > this? A dirty solution???just
>
> Absolutely a dirty solution. If it works with AutoCommit (which is
> an implicit commit then start transaction after each statement isrun),
> then it has to be a transaction isolation issue.Ooopsss, so this is a wrong choice.
>
What is the right setting for the isolation level? I tried RU (Read
uncommitted) and that seemed to work to.
I read the chapter in Helen's book about this, but couldn't figure
it out.
How do you guys manage this?
> Check your ODBC settings for the isolation level. I would also payexample, if
> special attention to anything you do inside a trigger. For
> the same record in your second table that holds the lockinformation is
> updated by multiple records, the deadlock may actually be on that
> record rather than the original.
>
> Adam
>