Friends,
I have this problem...
How can I read a Blob using like command?
For example, in a report of search of words.
desc is a BLOB
select
*
from
chamados,
eventochamados,
liberados
where
CD_CODIGO = EC_CD_CODIGO and
CD_CODIGO = LB_CD_CODIGO and
desc like

DESC
order by
CD_CODIGO,
EC_INICIO
error: Data Type inconsistent
Filter: %word%
Thanks a lot.
Angélica.
paternolli@hotmail.com
paternolli@zipmail.com.br