I
indra
In our project we need to get data from a database and
return it, or cache it and return it later. We might also
get the data from a web service instead of a database.
Question, is DataSet the best option for retrieving data
from a database. Between DataSet and DOM which will be
faster for manipulating, caching, and retrieving data?
Also, just to confirm, does the DataSet store data
internally as XML. My understanding is that it does not,
it is just a data structure internally.
Any thoughts will be greatly appreciated.
Thanks in advance,
indra
return it, or cache it and return it later. We might also
get the data from a web service instead of a database.
Question, is DataSet the best option for retrieving data
from a database. Between DataSet and DOM which will be
faster for manipulating, caching, and retrieving data?
Also, just to confirm, does the DataSet store data
internally as XML. My understanding is that it does not,
it is just a data structure internally.
Any thoughts will be greatly appreciated.
Thanks in advance,
indra