Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
8 Points
4 Posts
Jan 08, 2008 07:17 AM|LINK
ds =
now the strange thing is, when I run a netstat in the command prompt, I get quite a few connections to sql popping up in "TIME_WAIT"
any reason why this should be happening? or am I just thinking of functionality that isn't supposed to be there?
EDIT:
sorry, forgot to mention that the amount of connections increases as I carry on moving through pages.
twinscythe12...
Member
8 Points
4 Posts
Re: Microsoft Data Access Application Block not closing connections?
Jan 08, 2008 07:17 AM|LINK
ds =
SqlHelper.ExecuteDataset(ConfigurationManager.ConnectionStrings["ConnectionString"].ToString(), CommandType.Text, mystring, param);now the strange thing is, when I run a netstat in the command prompt, I get quite a few connections to sql popping up in "TIME_WAIT"
any reason why this should be happening? or am I just thinking of functionality that isn't supposed to be there?
EDIT:
sorry, forgot to mention that the amount of connections increases as I carry on moving through pages.