Subject | Re: multithreaded application |
---|---|
Author | piotr_3m |
Post date | 2006-09-25T20:43:08Z |
> then I wouldn't refer to this as local connection. It's a remoteconnection
> even though you are talking to a server on the same machine, it'soperating
> in it's own process space so it's remote.yes, thats what I meant, its remote on same machine, when I use
cpLocal the situation is even worse.
> You say that you "dropped IB_Session component" - I don't know whatyou nean
> here. Did you right click on the datamodule and ensure the creationorder of
> the components? i.e. that IB_Session was first?Ok, i did everything as I found on the group. I use the newest IBO
> Alan
4.6Bc components and still got problem. Creation order is rigth, Ive
got only one question. Does TIBODatabase provide different connection
for each thread? I use IB_Session with TIBODatabase but I couldnt find
example of it in multithreaded application.
pf