A
Alberto
In my application I close all the connections but a few ones that I can´t so
I close them in this way:
miCommand.ExecuteReader (CommandBehavior.CloseConnection);
From time to time I see an error message saying more or less that "the wait
time has expired before get a connection to the group. This may occur
because all the connections of the group was in use and maximum size of the
group was reached".
How can I solve this?
Thank you very much
I close them in this way:
miCommand.ExecuteReader (CommandBehavior.CloseConnection);
From time to time I see an error message saying more or less that "the wait
time has expired before get a connection to the group. This may occur
because all the connections of the group was in use and maximum size of the
group was reached".
How can I solve this?
Thank you very much