RamHardikar
Programmer
Could someone point me to an example which shows implemention of connection pooling
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Maybe. It depends on the underlying provider. The OleDb series of methods are just a passthrough to a database vendor-provided library. There are other considerations, such as whether you're running in COM+/EnterpriseServices, if the connection string is identical, and whether you're using integrated security.Does provider create a connection pool internally?