I understand that when using the OLEDB provider, connection pooling is implemented automatically, so when closing a database connection, that connection is actually freed up in the pool instead of closed.
I would like to create a limited number of connections in the pool due to licensing reasons. How can I accomplish creating these connections? Also, are there any draw backs for doing this? Thanks regards,
Brian
I would like to create a limited number of connections in the pool due to licensing reasons. How can I accomplish creating these connections? Also, are there any draw backs for doing this? Thanks regards,
Brian