Subject | RE: [IBO] print database structure |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-02-21T06:53:34Z |
If you want a graphical display, you need a CASE tool (or a so-called
database editor that supports this capability).
If you only want the listing in text format, use isql with options -a
or -x, depending on the level of detail you need. Go to the Interbase/bin
directory and type
isql -?
to see the options. Generally speaking, don't rely on IBConsole for metadata
extraction.
Someday in the future, IBO will... oh, I'm spreading FUD. :-)
C.
database editor that supports this capability).
If you only want the listing in text format, use isql with options -a
or -x, depending on the level of detail you need. Go to the Interbase/bin
directory and type
isql -?
to see the options. Generally speaking, don't rely on IBConsole for metadata
extraction.
Someday in the future, IBO will... oh, I'm spreading FUD. :-)
C.
> -----Original Message-----
> From: lee@... [mailto:lee@...]
> Sent: Lunes 19 de Febrero de 2001 15:34
>
> I need to print the database structure of a database.
> How can I do this, is there a tool available ?
>
> regards