Subject Re: [IBO] BLOB Size Restricted to 64k
Author Helen Borrie
At 04:50 AM 8/02/2006, you wrote:
> >
> > create domain plaintext
> > blob sub_type 1 /* text */;
> > commit;
> >
>
>I suggest that we consider some term other than
>plaintext, since that is the specific boolean
>property that the RichText component uses to
>differentiate the RichText from the Plain.
>
>In one of my apps, this is a much used property.
>It has many tables, all of which are specifically
>used for either Rich or Plain text.
>
>Perhaps <textonly> instead of <plaintext>.

Whatever you like: it was just an example. You can call a domain
anything you like, as long as it's not a keyword. You can even use a
keyword with ODS 10 and higher databases, if you are happy to live
with quoted identifiers and case sensitivity for the rest of the
database's life.

Helen