Subject Re: SET RDB$DESCRIPTION odd behaviour
Author dh.space
Solved

bug in SQL Manager 2010 - compared with MiTeC Interbase Query 5.6 which displays the correct description

regards


--- In firebird-support@yahoogroups.com, "dh.space" <dh.space@...> wrote:
>
> Running Firebird-2.1.3.18185_0_Win32
>
> SQL-script:
>
> UPDATE RDB$RELATION_FIELDS
> SET RDB$DESCRIPTION = 'Field Type Description'
> WHERE (RDB$RELATION_NAME = 'T_FLDS') AND (RDB$FIELD_NAME = 'F_DES');
>
> Runs sucessfully, But the Description is *incomplete*
> No matter what text is put, it cuts-off the last 2 characters!
> By setting SET RDB$DESCRIPTION = 'Field Type Description ', it's done correctly.
>
> What is happening - anyone an idea ?
>
> Daniele
>