Subject | Re: [firebird-support] umlaut, upper, collate and bind parameters |
---|---|
Author | Michael Weissenbacher |
Post date | 2007-03-08T16:47:59Z |
Hi Lutz,
java.lang.String's toUpperCase() method. In fact i've sucessfully used
this method in some Hibernate projects already.
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#toUpperCase(java.util.Locale)
Michael
> I am experiencing big trouble while trying to solve the seeminglyA quick and easy solution should be to upper the searchstring with
> simple problem of a case-insensitive search like select * from x
> where upper(fieldname)=upper(:searchstring). what makes this task
> difficult are the german umlauts.
java.lang.String's toUpperCase() method. In fact i've sucessfully used
this method in some Hibernate projects already.
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#toUpperCase(java.util.Locale)
Michael