E
Esref DURNA
my query returns 12000 rows
I m filling the dataset with increment size 5000
this.MainTableDA.Fill(ds,start,5000,MainViewName);
but when I merge two dataset with have 5000 rows it couse an error sometimes
it returns
shortly 5000 rows 5000 rows not equal to 10,000 rows. sometimes it have 7022
rows sometimes 65023 rows.
its not fixed.
the merge method is not working well
i think it is bacause merge method does not work well.
anyone have any idea?
Esref DURNA
I m filling the dataset with increment size 5000
this.MainTableDA.Fill(ds,start,5000,MainViewName);
but when I merge two dataset with have 5000 rows it couse an error sometimes
it returns
shortly 5000 rows 5000 rows not equal to 10,000 rows. sometimes it have 7022
rows sometimes 65023 rows.
its not fixed.
the merge method is not working well
i think it is bacause merge method does not work well.
anyone have any idea?
Esref DURNA