XML Flat Files

Not sure if this is the correct forum if not I am sorry. I have a question about XML. I do window app programming that connects to sql databases. I was searching though the web and found mention of XML flat files. It appears that it acts somewhat like a local database?? Is that true and if so are you able to do most of the sql functions such as insert, update, delete and so forth. I am very interested in this because this could be a very useful for some of my apps.

Thanks all for your input
[510 byte] By [forgottenhart] at [2007-11-20 10:00:39]
# 1 Re: XML Flat Files
In case of .NET, XML Files can be loaded in to DataSets and you can do any kind of database operation on a dataset.
Shuja Ali at 2007-11-10 3:26:49 >