Im looking for ways to create data tables in mssql using a XML Schema file to specify the relationships/datatypes (for c#?).
Currently I know I can use the SQLXMLBulkLoadLib.
Also right now I am exploring the dataset.writexmlschema/dataset.readxmlschema, but I don't know very much on how this works for nested elements
Are there any other methods?