Hey all,
I'm wondering how to go about setting up connection pooling with in my VB.NET App. What I'm looking to do, is create somesort of way to set up 1 connection to the database (access) and then leave it open. Then by setting that connection global (or by a class or something) use subs and functions that will create a new connection, Query the data, and then close the connection.
first off, is this description correct for even HOW to setup connection pooling? and if so, how would one go about doing it?
The PogoWolf
I'm wondering how to go about setting up connection pooling with in my VB.NET App. What I'm looking to do, is create somesort of way to set up 1 connection to the database (access) and then leave it open. Then by setting that connection global (or by a class or something) use subs and functions that will create a new connection, Query the data, and then close the connection.
first off, is this description correct for even HOW to setup connection pooling? and if so, how would one go about doing it?
The PogoWolf