Subject | Re: [ib-support] Re: Alter Table, add default value to an existing field (2nd post) |
---|---|
Author | Martijn Tonies |
Post date | 2003-03-20T14:01:02Z |
Hi Hugo,
bytecode that the engine can handle internally to do it's stuff.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> Thanks Martijn, I would have my suspicion over DEFAULT_BLR field, butNot really. It's all internal InterBase/Firebird stuff - some sort of
> it's a Blob Subtype BLR; how can I assign this kind of datatype?
> I can't find anything on the docs about Binary Language
> Representation format. It's a public format?
bytecode that the engine can handle internally to do it's stuff.
> I'm sureIndeed it isn't :)
> UPDATE RDB$RELATION_FIELDS
> SET DEFAULT_BLR='DEFAULT ''N'''
> WHERE ...
> it's not a valid way.
> By the way, I need to embed that change on a DDL or DML script (not aWell, no such luck with a DDL script.
> developer tool), because there are many .GDB in production at user's
> home that I want to update.
> I hope you understand my artificial english.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."