Hello!
I'm curious, if I were to do the following:
myAdapter.Fill(0, 4000, table1)
myAdapter.Fill(4000, 8000, table2)
Would I gather all 8000 rows of my Datasource? Would I miss any
records? I need to know because the memory consumption of filling a
single data table has become...unreasonable for my application. I need
to break it up!