M
Miss
Hi,
I have a very basic question regarding the connection pooling.
To use the built in connection pooling, do I have to have a connection
object created in some shared class?
Right now, I have a data access class created and disposed each time
database query is made(connection is created and closed in this class)
Any suggestions appreciated
John
I have a very basic question regarding the connection pooling.
To use the built in connection pooling, do I have to have a connection
object created in some shared class?
Right now, I have a data access class created and disposed each time
database query is made(connection is created and closed in this class)
Any suggestions appreciated
John