Open-Source ADO.NET XML Provider — WilsonXmlDbClient v1.0
And in case you didnt read Mike’s post below, here is a breakout of Paul Wilsons ADO.NET XML Provider:
Have you ever wanted to work with your Xml files as if they were databases? Would you like to use SQL Select statements, instead of XPath, to retrieve, filter, and sort your Xml data? What about using SQL Insert, Update, and Delete statements, in transactions, against your Xml data? OK, I haven’t either, but I had someone request the ability for my WilsonORMapper, and all that’s necessary is an ADO.NET provider that knows how to work with Xml. I like a good challenge, and couldn’t find one already done, so I took a little of my spare time and created just such an ADO.NET provider that anyone can use.
Write a comment