Subject | RE: [firebird-support] Change Blob Sub_Type |
---|---|
Author | Alan McDonald |
Post date | 2009-05-07T21:51:05Z |
>don't do a system table mod
> Is there a way to change a blob field from sub_type 1 to sub_type 0
> without losing the data in the column? I have tried alter table alter
> column but the engine is not letting me change it. Perhaps I can
> modify some system tables?
>
>
create a new field, update the new from old then drop the old.
If you want the same name, then do it again with the original field name
ALan