Subject Re: Firebird, ODBC, web access and various beginner
Author Adam
> Is there an easy way to extract the database design, so you can all see
> how it's build? It's on Windows, and I currently have iSQL available.
>

Hi Thomas,

You can but such functionality isn't included by default in the
database. ISQL has a couple of commands like Show Table, but it isn't
really designed for the purpose you are considering it for.

There are many third party tools available to reverse engineer
databases (eg Toad ). In fact any of these tools that can work through
ODBC, JDBC, .NET, BDE can probably reverse out a Firebird structure if
you install the right driver. There are also tools like FBExport that
can reverse your database to SQL statements.

Adam