Subject blob
Author jef.mony@free.fr
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.