G
Griff
The MSDN article:
Developing high-performance ASP.NET applications
recommends using the SqlDataReader above using DataSets.
One of the advantage of using DataSets over DataReaders is (as I understand
it) that DataSets are preferred for n-tier architecture because they can be
disconnected from the database.
I can't find any information on whether the SqlDataSet can also be
disconnected. I assume that they can, but can someone confirm that for me.
Also (I've not read up on it yet), but I assume that if some of the tiers
communicate via web-services then one has to resort to XML? If so, are
DataSets the preferred solution then?
Many thanks
Griff
Developing high-performance ASP.NET applications
recommends using the SqlDataReader above using DataSets.
One of the advantage of using DataSets over DataReaders is (as I understand
it) that DataSets are preferred for n-tier architecture because they can be
disconnected from the database.
I can't find any information on whether the SqlDataSet can also be
disconnected. I assume that they can, but can someone confirm that for me.
Also (I've not read up on it yet), but I assume that if some of the tiers
communicate via web-services then one has to resort to XML? If so, are
DataSets the preferred solution then?
Many thanks
Griff