How to use Like option

Posts   
 
    
ironcross
User
Posts: 31
Joined: 12-May-2006
# Posted on: 23-May-2006 09:06:29   

i can't find any samples how to use 'Like' option thas is simple query

select id_seq,Company_name,Customer_name from Customer where Upper(Customer_name) like '%'Upper(text1.text)'%'

may be there has somebody to help me? thanx in advance smile

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 23-May-2006 09:15:02   

Please check the FieldLikePredicate Refer to the LLBLGen Pro documentation "Using the generated code -> Adapter/SelServicing -> Filtering and Sorting -> The predicate system"

ironcross
User
Posts: 31
Joined: 12-May-2006
# Posted on: 23-May-2006 09:24:15   

Yess,i found and tried .it worked great thanx