|
-
Dec 8th, 2009, 03:00 PM
#17
Re: Should I upgrade Access Database to SQL Server
Yes that's right. Connection pooling is a good thing as it allows multiple connections to work concurrently. But I've never faced a situation where any single user would need to have two or more concurrent connections to the database; nor would I ever design my application in that way unless there is absolutely there is no other way to it.
So the real place where connection pooling would be used is when two or more users connect to the database at the same time.
Tags for this Thread
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
|