This is for a very simple layout that will hold no more then 50 records.
Thank you for all your feedback, I think my approch is fine, as long as I
don't go nuts with volunme.
"Extreme Datasets" <ExtremeDatasets@discussions.microsoft.com> wrote in
message news:9E90BC18-B295-4A99-AEEE-E5BAF0CD0D7D@microsoft.com...
[quoted text, click to view] > Hello Mike,
>
> As long as you are just storing items and don't need a full fledged RDBMS,
> ie a small application or a configuration file, i would go with Scott and
> persist as an xml file. Also, you don't need to flush you can update,
delete,
> insert on your dataset.
>
> In addition to Miha, it really depends on what you are trying to
accomplish
>
> "Mike Peretz" wrote:
>
> > I would like to use a dataset as a data file (like a database). However,
I
> > didn't find a way to use SQL on the Dataset (except on a DataView, but
then
> > Dataset is all loaded.). I also noted that I must flush the whole
dataset to
> > disk and load it all to read it. I wonder, if there is a better way to
use a
> > dataset as a persistent storage.
> >
> >
> >