Hi,
I am designing a db application using a novel approach. (atleast novel to me... :) )
So I am doing some research for the same.
I am using .NET 3.5 ADO.NET Datasets to work with data and store it offline in XML.
First, is this approach any good for a serious (though a small db, 4-5 users, ~25 tables ~3-4k records in each) application?
Second, how do I exactly store a datarelation in an offline XML file?
Thanks!
Saurabh.