Subject Re: Unicode and encryption support...
Author frische_brise2003
Hi all

>
> >Are there any problems associated with just filling up my DB with
> >UTF-8 data, performance wise or any other wise?

[SNIP]

>
> Functions involving uppercasing and lowercasing don't work - there
> are no language-specific collation sequences.
>

How is it posible to implement a not case sensitiv search, then?
e.g. SELECT * FROM ADDRESS WHERE UPPER(NAME) LIKE '%müller%'

Regards

Jürgen Müller