How can I create database tables from XSD files?

Oded picture Oded · Sep 26, 2008 · Viewed 136k times · Source

I have a set of XSDs from which I generate data access classes, stored procedures and more.

What I don't have is a way to generate database table from these - is there a tool that will generate the DDL statements for me?

This is not the same as Create DB table from dataset table, as I do not have dataset tables, but XSDs.

Answer

Spoike picture Spoike · Apr 20, 2009

There is a command-line tool called XSD2DB, that generates database from xsd-files, available at sourceforge.