Subject RE: [ib-support] trouble with multi threading
Author mikko.laiho@nokia.com
> > I'm using IBX, with a separate TIBDatabase component. I don' think
> sessions are
> > involved.
>
> TIBDatabase means another connection, right? For example, with BDE
> connections, you need a session component. I don't know if
> IBX uses/needs
> something equivalent.
>

TIBDatabase, when open, is a connection.

>
> > > Make sure the isolation level is either repeatable read (snapshot,
> > > concurrency) or read committed, depending on your needs.
> If it's RC,
> then
> > > don't use "no wait" with "no record_version". In fact,
> never use "no
> >
> > How do I do all this? There are no eqivalent properties in
> TIBDatabase? Do
> I
> > have to put that in the TIBDatabase's params?
>
> Of course there should be a way, ask in the IBX newsgroup. If
> you are using
> the default, chances are this default is snapshot or read
> committed with the
> appropriate options, so not much to care about.
>

Transaction isolation parameters are living in TIBTransaction component.
Right click it and you will get an "transaction editor" for making
it easier to guess parameter names/values.

--Mikko