Subject | RE: [ib-support] blob |
---|---|
Author | Pete Bray |
Post date | 2002-11-13T18:51:16Z |
it's my understanding that you can't use comparison operators on blobs, only
LIKE, STARTING and CONTAINING.
Kind regards,
Pete
Yosvany Llerena Rodriguez said
LIKE, STARTING and CONTAINING.
Kind regards,
Pete
Yosvany Llerena Rodriguez said
> Ok, sendme the full code of the triggerjef said
>
> > Hi everybody,
> >
> > I have a table with a blob field (a text one).
> > I want to make a before update trigger to test if the blob field was
> modified.
> > I tried a test : new.field <> old.field but it doesn't work (blob fault
> ?).
> >
> > Is there somebody who have an idea ?
> >
> > Thanks.