J
Jim Heavey
Hello, I am trying to figure out connection pooling. I found this article
which discussed the various options available on the connection string,
unfortunately it was for the "oracle" provider and not the "Microsoft
Oracle provider". Where can I find the options which are avialable for the
Microsoft Version?
How do I control the number of Connection which are in the pool? I placed
this in my connection string "Min Pool Size=30" and it did not bark at me,
but then again, I am not sure that it really opened 30 connections? How
can I see how man connections are open for my application?
I think I am opening connections and not closing them because after a while
my application begins to have problems making a connection. Someone
indicated that I should create "performance counters" to monitor how many
connections are open at any one time. I have never set up performance
counters. Does someon how a sample?
Thanks in advance for your assistance!!!!!
which discussed the various options available on the connection string,
unfortunately it was for the "oracle" provider and not the "Microsoft
Oracle provider". Where can I find the options which are avialable for the
Microsoft Version?
How do I control the number of Connection which are in the pool? I placed
this in my connection string "Min Pool Size=30" and it did not bark at me,
but then again, I am not sure that it really opened 30 connections? How
can I see how man connections are open for my application?
I think I am opening connections and not closing them because after a while
my application begins to have problems making a connection. Someone
indicated that I should create "performance counters" to monitor how many
connections are open at any one time. I have never set up performance
counters. Does someon how a sample?
Thanks in advance for your assistance!!!!!