Can anyone point me to (i tried msdn without much luck..) very good
articles, books, or examples on how connection pooling works with ado.net
(OLEDB)?
What Im trying to do is build a small web site that will pool all of my
database connections.. I want the first person to load the web site to force
ado.net to create I dont know..five connections.. until all of those
conenctions are used or lost because of inactivity, I would like all db
transactions to go thru the pool and not make additional connections until
needed.
On the Page_load event do I connect to Oracle and what happens after that
page? how do I accesss a connection to retrieve data on another web page?
TIA