C
calvin
I was wondering,
does the dataadapter populates the whole DataSet objects with all the rows
retrieved from the Select Command (eg.SELECT * FROM Customer) . Means, will
this
slow down the process if there is 10,000 records or more.
does the dataadapter populates the whole DataSet objects with all the rows
retrieved from the Select Command (eg.SELECT * FROM Customer) . Means, will
this
slow down the process if there is 10,000 records or more.