Subject Re: [IBO] Connection pooling capabilities
Author bellavc1
You mean that connection pooling is always on. If I open a
connection and use DisconnectToPool to close that connection, the
next time I will open a connection it will give me the one already
opened.

Thanks for your answer.


--- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> There is a method DisconnectToPool (or something very similar to
that).
>
> That's all there is to it.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "bellavc1" <belc02@u...>
> To: <IBObjects@y...>
> Sent: Thursday, January 10, 2002 7:37 AM
> Subject: [IBO] Connection pooling capabilities
>
>
> > I would like to try connection pooling. Does someone has an
example
> > on how to do it?
> >
> > Thanks.