Des2K (Rel 2): DDL with tablespaces, etc.
Date: Thu, 02 Jul 1998 17:28:01 -0500
Message-ID: <359C0971.5E67EE5C_at_houston.geoquest.slb.com>
Designer/2000 (Rel 2)
[Quoted] [Quoted] (1) I defined tablespaces and storage for some tables in Des2K.
I want them to make it into my generated DDL files. How to?
[Quoted] (2) How to access/update/insert/delete column comments in Des2K?
[Quoted] (3) On the server model diagram I set column customization to display
Maximum Length. If the max length is defined it looks OK, but if it is not defined (e.g. for the NUMBER data type without length specified),
the diagram shows <Maximum Length> literally after column names. Can I somehow get rid of that bearing-no-info <Maximum Length>?
Diagram example:
...
789 | DUDE_ID - <Maximum Length>
A | DUDE_NAME - 40
...
What I would like to see:
...
789 | DUDE_ID
A | DUDE_NAME - 40
...
TIA for any comments/advise.
Ilya Received on Fri Jul 03 1998 - 00:28:01 CEST