Subject | Re: [ib-support] Re: TIBDataset append error into BLOB |
---|---|
Author | Woody |
Post date | 2001-12-14T14:11:24Z |
From: "szsani" <ssani@...>
work with blob fields as memos in your program and display a message if it's
empty.
Woody
> Thanks for code. This helped me to find my mistake.I would do that on the client side inside your program. It is much easier to
>
> I had generate a check constraint (LTRIM(MYFIELD)<>'') on my table,
> and forgot it. If I drop, insering works fine.
>
> But how can I check this field similary to a string field?
> (If I set this field to Not null user will be able to append a space
> instead of important data. That is why I use LTRIM)
>
work with blob fields as memos in your program and display a message if it's
empty.
Woody