Subject RE: [firebird-support] Changing column type
Author Ann W. Harrison
At 05:18 PM 10/13/2004, Rick DeBay wrote:


>Would I modify RDB$RELATION_FIELDS?

It would be neater to extract the view definition, delete the
view, and recreate it later. But of course, you'll have dependencies
on the view. the problem with modifying RDB$RELATION_FIELDS is
that getting the value back correctly is tricky.

Regards,


Ann