Subject RE: [firebird-support] Re: multithreaded application
Author Alan McDonald
> > > Hello
> > >
> > > I have an application with 4 threads that connect to local FB 2.0 RC4
> >
> > you say "local"
> > what's your connection string?
> > Do you use localhost:drive\path
> > Alan
>
> yes, and cpTCP_IP protocol.
> Piotr

then I wouldn't refer to this as local connection. It's a remote connection
even though you are talking to a server on the same machine, it's operating
in it's own process space so it's remote.
You say that you "dropped IB_Session component" - I don't know what you nean
here. Did you right click on the datamodule and ensure the creation order of
the components? i.e. that IB_Session was first?
Alan