Convert a c# mdb solution to xml?
Posted
by Shades
on Stack Overflow
See other posts from Stack Overflow
or by Shades
Published on 2010-05-25T08:32:55Z
Indexed on
2010/05/25
12:11 UTC
Read the original article
Hit count: 238
I have a system that uses an mdb database with an xsd descriptor written in c#. Now I want to use one or more xml files with the same data instead. I have generated a couple of adapters for the mdb, but now I don't know what is needed for using xml instead. Anyone have some tips? I have managed to save the mdb as a few xml files.
© Stack Overflow or respective owner