Q
Quentin Huo
Hi,
According to some people, DataSet is good for the N-Tier Aapplication
because it maks the logic layer seperated from the database. But a DataSet
object will be assigned a block of memory to keep the data. If there is a
dataset object created in an aspx page and this page will be accessed by
many visitors (at the same time), is it possible the performance of the
server will be reduced?
Thanks
Q.
According to some people, DataSet is good for the N-Tier Aapplication
because it maks the logic layer seperated from the database. But a DataSet
object will be assigned a block of memory to keep the data. If there is a
dataset object created in an aspx page and this page will be accessed by
many visitors (at the same time), is it possible the performance of the
server will be reduced?
Thanks
Q.