Subject | Re: [firebird-support] Including descriptions when building a DB |
---|---|
Author | Martijn Tonies |
Post date | 2004-03-10T08:33:02Z |
Hi Ed,
this:
UPDATE RDB$RELATIONS SET RDB$DESCRIPTION =
'My Description' WHERE RDB$RELATION_NAME = 'MY_TABLE'
And so on.
Database Workbench extracts these for you.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> is there an easy way to include table/field descriptions whenWith Firebird, you can do direct system table updates like
> building a DB via a script? Also (any maybe I need to ask this in the
> IBO group) is there an easy way of getting table/field descriptions
> when viewing a database (verses having to go fetch it from the
> RDB$... tables).
this:
UPDATE RDB$RELATIONS SET RDB$DESCRIPTION =
'My Description' WHERE RDB$RELATION_NAME = 'MY_TABLE'
And so on.
Database Workbench extracts these for you.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com