I have an XML schema generated from a call to
WriteXmlSchema on an ADO.Net DataSet. How can I
programmaticall y create a physical table(s) in a SQL
Server 2k database from this schema without manually
parsing the xml to generate the "create table" sql
statement?
Thanks,
Tim
WriteXmlSchema on an ADO.Net DataSet. How can I
programmaticall y create a physical table(s) in a SQL
Server 2k database from this schema without manually
parsing the xml to generate the "create table" sql
statement?
Thanks,
Tim