Subject | RE: [firebird-support] Re: multithreaded application |
---|---|
Author | Alan McDonald |
Post date | 2006-09-25T11:40:36Z |
> > > Hellothen I wouldn't refer to this as local connection. It's a remote connection
> > >
> > > 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
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