How to do search with ignorecase

23 views
Skip to first unread message

Raju

unread,
Aug 26, 2010, 10:09:38 AM8/26/10
to atg_...@googlegroups.com
Hi


 am trying to do search using RqlStatement, where am doing a search in a string datatype as follows


RQLStatment.parseRqlStatement("noleMemberId=?0");

statement.executeQuery(view,new Object[]{name});


How to do ignorecase here in this .

i tried using QueryBuilder but no luck.

can anyone help me on this

--
Thanks and Regards

 Raju .G

Sridhar Gubba

unread,
Aug 26, 2010, 5:28:34 PM8/26/10
to atg_...@googlegroups.com
Try this

("noleMemberId EQUALS IGNORECASE ?0");



On Thu, Aug 26, 2010 at 10:59 AM, pavithra atrangada <pavit...@gmail.com> wrote:
do you know how to do it in your database SQL? then there is a option to repalce the named query with the database SQL.

Hope this helps.

Thanks
Pavithra



--
You received this message because you are subscribed to the Google Groups "ATG_Tech" group.
To post to this group, send email to atg_...@googlegroups.com
To unsubscribe from this group, send email to atg_tech-u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/atg_tech?hl=en

--
You received this message because you are subscribed to the Google Groups "ATG_Tech" group.
To post to this group, send email to atg_...@googlegroups.com
To unsubscribe from this group, send email to atg_tech-u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/atg_tech?hl=en

Reply all
Reply to author
Forward
Message has been deleted
0 new messages