Create SQL Tables From an XML Schema

G

Guest

Hello,

Does anyone know how to create a SQL table from an XML schema
programmatically? I have an xml dataset that needs to update the SQL
structure. I have no problem going from SQL to XML. But what if I want to
go the other way?

Thanks,

Dolph
 
G

Guest

Thanks. I was hoping that there was a way to create sql tables from using
ADO.Net. I know about the SQLXMLBulkLoad. I decided to write a generic
method to generate SQL statements by looping through the dataset. I needed
to create tables for other databases as well as SQL Server. i.e. MS Access,
Oracle. etc.

Thanks Again,

Dolph
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top