Airline Pedestal wrote:[color=blue]
>
> Does anyone know of a tool that
> will create a graphical diagram from
> a DDL (SQL create script)? Preferable
> a free open-source tool.[/color]
The closest match I know of is FabForce's tool DBDesigner.
It's open source, licensed under GPL, and is available at
I don't know if it does reverse-engineering from a SQL script, but it
does do some reverse-engineering from a live database. And if you have
a SQL script for your DDL, you can always generate an empty database for
DBDesigner to read.
Comment