Book a Demo

Author Topic: Creating diagram from DDL/SQL?  (Read 2730 times)

chaeron

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Creating diagram from DDL/SQL?
« on: March 22, 2006, 12:14:55 pm »
Is there any way to create a data diagram from a DDL/SQL file? If so, how do you go about doing this?

All I could find was generating a diagram from an ODBC data source, whereas I have a text file with the DDL/SQL in it and no ODBC data source set up.

Thanks!

....Andrzej

thomaskilian

  • Guest
Re: Creating diagram from DDL/SQL?
« Reply #1 on: March 22, 2006, 12:31:24 pm »
You could create the DB using the DDL/SQL and then re the created DB. AFAIK you cant use DDL/SQL as input for EA.

chaeron

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Creating diagram from DDL/SQL?
« Reply #2 on: March 22, 2006, 02:27:23 pm »
Quote
You could create the DB using the DDL/SQL and then re the created DB. AFAIK you cant use DDL/SQL as input for EA.


I was afraid someone was going to say that.

Consider it a feature request for 6.2. ;-)