G
Guest
I'm flooding the .NET Sql Client connection pool again! I'm also using the Microsoft Application Block "SqlHelper" which I've traced.
I'm doing an ExecuteNonQuery. Each time I run this thing, I get stomped at the 100th insert. The connection.Close() method _is_ being called in SqlHelper. I know it. But for some reason, I'm overflowing?
I've read a lot of articles, but to no avail. Any direction appreciated.
Thanks,
AJ
I'm doing an ExecuteNonQuery. Each time I run this thing, I get stomped at the 100th insert. The connection.Close() method _is_ being called in SqlHelper. I know it. But for some reason, I'm overflowing?
I've read a lot of articles, but to no avail. Any direction appreciated.
Thanks,
AJ