|
-
Apr 27th, 2001, 05:43 AM
#2
Fanatic Member
Connection Pooling
I know this is not quite what you were asking for but have you considered taking advantage of connection pooling?
Pass the connection string to each procedure that accesses the database and use that string to open a new connection object. If the connection string is identical to another connection (that has recently been used), this existing connection will be reused (instead of establishing a new one).
NB: User name and Password must not be part of the connection string.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|