Subject Re: [firebird-support] Update Description
Author Helen Borrie
Hello ,

LtColRDSChauhan wrote:

> In Firebird 3.0 I'm not able to update Description of Table /
> Stored Procedure through flamerobin.

WHEN you read the Fb 3 release notes, did you notice how often it was
mentioned that the system tables are now read-only?

To populate rdb$description in any table and wherever it is available
in other object types you need the COMMENT ON statement. See
http://www.firebirdsql.org/file/documentation/reference_manuals/fblangref25-en/html/fblangref25-ddl-comment.html#fblangref25-ddl-comment-create

Incidentally, by this means your text remains persistent.

HB