Re: Connection Collection
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Wed, 22 Nov 2006 06:30:26 -0600
"AK" <nospam@xxxxxxxxxxx> wrote in message
news:ew7UVafDHHA.3676@xxxxxxxxxxxxxxxxxxxxxxx
Is there such a thing as a Connection Collection??.
I know that there are forms collections and that I can loop thru the
collection to unload each form but is something like this available for
connections???
Still learning
AK
No.
ADO uses connection pooling which lives in the bowels of ADO/OLE DB.
It also sounds like you are confusing ADODB.Connection Objects with database
'connections'. They are not the same. Consider that with connection pooling
the actual number of Connection Objects likely doesn't correlate with the
actual number of database connections you have open.
Google for "ado connection pooling <your database>" for details.
-ralph
.
- Follow-Ups:
- Re: Connection Collection
- From: Stephen Howe
- Re: Connection Collection
- References:
- Connection Collection
- From: AK
- Connection Collection
- Prev by Date: Connection Collection
- Next by Date: Re: Connection Collection
- Previous by thread: Connection Collection
- Next by thread: Re: Connection Collection
- Index(es):
Relevant Pages
|
|