R
RdS
hello,
When I create a form that ties to dataset of table with only 20 records in
it I understand that all 20 records are copied to my local computers memory
for manipulation. Then if rows were modified the tableadapter class updates
table in DB. However, I am curious to know what occurs if a table has
thousands or 100's of thousands of rows in it. Does ado.net copy all of the
rows to my local computers memory if I don't specify a condition for what
records I want returned?
For instance if my form will allow user to browse all customer records.
Won't we start to have memory issues and slow initial performance while all
records are copied to local storage? How does ADO handle large datasets?
How should I handle such a case?
Thanks in advance.
When I create a form that ties to dataset of table with only 20 records in
it I understand that all 20 records are copied to my local computers memory
for manipulation. Then if rows were modified the tableadapter class updates
table in DB. However, I am curious to know what occurs if a table has
thousands or 100's of thousands of rows in it. Does ado.net copy all of the
rows to my local computers memory if I don't specify a condition for what
records I want returned?
For instance if my form will allow user to browse all customer records.
Won't we start to have memory issues and slow initial performance while all
records are copied to local storage? How does ADO handle large datasets?
How should I handle such a case?
Thanks in advance.