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 > Data Access, Manipulation & Batch Languages > Delphi, C etc > case insensitive text search in MEMO/BLOB fields

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-07-03, 09:19
polp polp is offline
Registered User
 
Join Date: Jan 2003
Posts: 15
case insensitive text search in MEMO/BLOB fields

hallo
Does anybody has any idea how to search for text in MEMO/BLOB fields case insensitively? I am using UPPER(fieldname) LIKE UPPER("%searchtext%") for usual columns, but the UPPER function doesnt work on BLOB/MEMO fields.

I am using DBF tables and TQuery component on borland delphi BDE .

thanks
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