Subject | Re: [IB-Architect] Database names: Hair trigger |
---|---|
Author | Bill Karwin |
Post date | 2000-05-05T19:27:02Z |
> > I often wish for:Certainly! For many cases.
> >
> > cast( var | char as blob ) and cast( blob to var | char )
> >
> > Wouldn't that be handy?
> Rather than a cast, why not just treat a blob as a characterGiven that there is a length limit on DSQL strings that is much shorter than
> string?
the maximum Blob length, this would be like offering a new arithmetic
operation for integers, but only if the integer is between 0 and 350. Very
convenient if the integer you need is in that range, but a bit inexplicable
why there is the limitation.
Bill Karwin