Subject | RE: [ib-support] trouble with multi threading |
---|---|
Author | mikko.laiho@nokia.com |
Post date | 2002-02-13T13:29:28Z |
> > I'm using IBX, with a separate TIBDatabase component. I don' thinkTIBDatabase, when open, is a connection.
> 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.
>
>Transaction isolation parameters are living in TIBTransaction component.
> > > 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.
>
Right click it and you will get an "transaction editor" for making
it easier to guess parameter names/values.
--Mikko