XSD to Database Diagram

  • Thread starter Thread starter GaryDean
  • Start date Start date
G

GaryDean

I'm working with a project that has hundreds of huge multifile strongly
typed datasets (.xsd). It would be handy if I could find a tool that would
produce an E/R diagram (database diagram) from the xsd. Like SQLServer
Management Studio does from database tables.

Does any such tool exist?
 
Hello Gary,

Regarding on the TypedDataSet diagram, currently I only know the visual
studio's built-in view for displaying typedDataSet like xml schema or use
Class diagram to diaplay the typeddataset/tableapdater class in UML like
view. Here is a knowledge base article mentioend most of this:

http://support.microsoft.com/kb/313486

We may wait for some other members who may has some experience on other
tools.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top