X
X-Men
I am new to ADO.NET and I used to progrram with ADO.
I just did a program which updates leadtime information. I just found out,
for every new row I added into the datatable, there will be 500k more memory
consumed by the program after I used sqlDataAdapter.Fill method to refresh
the dataset. Here I am only talking about a datarow with 7 fields of short
strings and numbers!
I checked the program and there doesn't seem to be any memory leak....
I just did a program which updates leadtime information. I just found out,
for every new row I added into the datatable, there will be 500k more memory
consumed by the program after I used sqlDataAdapter.Fill method to refresh
the dataset. Here I am only talking about a datarow with 7 fields of short
strings and numbers!
I checked the program and there doesn't seem to be any memory leak....