A
abcd
I am trying to understand datasets. It says its disconnected blah blah.....
Can some one explain me what happens exactly when...
Say I have asp.net page in which Page_load is opening a dataset. So for
every request will a separate dataset be opened...say 100 users are
requesting so will there be 100 different datasets...??? When the dataset is
opened which memory space its uses...is it server memory for that particular
request? Will there be memory issues and hence the performance bottleneck.
How the concurrency works in disconnected architecture here...
Can some one explain me what happens exactly when...
Say I have asp.net page in which Page_load is opening a dataset. So for
every request will a separate dataset be opened...say 100 users are
requesting so will there be 100 different datasets...??? When the dataset is
opened which memory space its uses...is it server memory for that particular
request? Will there be memory issues and hence the performance bottleneck.
How the concurrency works in disconnected architecture here...