XML / SQL
The app that I'm rewriting for .NET has such static data that it could live quite nicely on something as simple as memory dumps of the tables. More generally XML seems the way to go.
There are very rare cases where an sql select statement would be nice. Is there any combination of ingredients that allows for the application of sql with out the need for an sql server?
Slightly more generally I guess what I'm asking is given the xml flat table popluated with data is there a way to "import it" so that it shows up as dataset complete with some kind of table adapter?
Even more gnenerally is there away to write a connect string to an xml file?
Do these questions even make sense?
Regards,
Al
What I have not figured out is

