Subject | Re: [ib-support] trouble with multi threading |
---|---|
Author | Woody |
Post date | 2002-02-13T09:49:42Z |
From: "M Patterson (Multinail)" <mpatterson@...>
using transactions, then you should add them. That will allow you to set the
transaction types to Claudio's suggestions.
HTH
Woody
>sessions are
> I'm using IBX, with a separate TIBDatabase component. I don' think
> involved.No, they aren't.
>then
> > Make sure the isolation level is either repeatable read (snapshot,
> > concurrency) or read committed, depending on your needs. If it's RC,
> > don't use "no wait" with "no record_version". In fact, never use "noI
>
> How do I do all this? There are no eqivalent properties in TIBDatabase? Do
> have to put that in the TIBDatabase's params?This is done in the params for the TIBTransaction. If you aren't explicitly
using transactions, then you should add them. That will allow you to set the
transaction types to Claudio's suggestions.
>preparing
> There are no dataaware controls involved when it seizes up. It's just
> data for a TQuickRep.Don't know a thing about TQuickRep.
HTH
Woody