D
Do
Hi,
Is it better to
objConn = Nothing
or
objConn.Close.
I'm starting to get an error message that
Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were in
use and max pool size was reached.
What am I doing wrong?
Thanks,
Do
Is it better to
objConn = Nothing
or
objConn.Close.
I'm starting to get an error message that
Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were in
use and max pool size was reached.
What am I doing wrong?
Thanks,
Do