Re: [SQL] upper/lower for german characters

2004-11-13 Thread Contact AR-SD.NET
CTED]> To: "Andrei Bintintan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 09, 2004 7:59 PM Subject: Re: [SQL] upper/lower for german characters Hi, Andrei, On Tue, 9 Nov 2004 16:58:27 +0200 "Andrei Bintintan"

Re: [SQL] upper/lower for german characters

2004-11-09 Thread Markus Schaber
Hi, Andrei, On Tue, 9 Nov 2004 16:58:27 +0200 "Andrei Bintintan" <[EMAIL PROTECTED]> wrote: > Hi to all, I have the problem that: > select lower('MöBÜEL') or select upper('MöBÜEL') are not working well. > > I read on some forums that there is some locale setting that needs to > be done here, bu

[SQL] upper/lower for german characters

2004-11-09 Thread Andrei Bintintan
Hi to all, I have the problem that: select lower('MöBÜEL') or select upper('MöBÜEL') are not working well. I read on some forums that there is some locale setting that needs to be done here, but could not fix this. I am using the ASCII encoding.   Please advice. Thakx.Andy.