If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Adabas > Blob

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-12-04, 14:55
angelica angelica is offline
Registered User
 
Join Date: Jan 2004
Location: Brazil
Posts: 4
Blob

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
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On