Thursday, July 22, 2004

Some Questions On .Net


Some Questions On .Net









7.How to get updated data if datasource changes after filling dataset from datasource?
First
of all, a dataset should be used only when the data is not expected to
change very often. To get data that has been changed in the datasource
itself, means simply re-querying the datasource and re-filling the
dataset.

No comments: