Unicode

2006-09-11 Thread Charlie Schaubmair
Aloa, ich muß in einer Webanwendung jetzt auch noch Daten von verschiedenen Ost-Ländern wie zB Bulgarien, Polen, Tschechien usw. integrieren. Das hätte ich mir eigentlich alles recht einfach vorgestellt, aber leider ist meine DB nach einer Umstellung von latin1 auf utf8 sehr langsam und die Suche

AW: Unicode

2006-09-11 Thread Charlie Schaubmair
[mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. September 2006 16:23 An: Charlie Schaubmair Cc: mysql@lists.mysql.com Betreff: Re: Unicode Hi Charlie, The performance problem may be due to using UTF-8 instead of unicode. Try declaring your text column as: my_text VARCHAR

find in list

2006-08-16 Thread Charlie Schaubmair
Hello, I want to do a query where I only gt the results by an numeric value: select * from MyTable where 1 IN someFieldInMyTable I know this query doesn't work, but maybe anyone knows what I mean. 1 can be a value betwenn 1 and 23 someFieldInMyTable is normaly a list like:

AW: AW: find in list

2006-08-16 Thread Charlie Schaubmair
without normalisation and with normalisation it was very slow. br Charlie -Ursprüngliche Nachricht- Von: Michael Stassen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. August 2006 05:00 An: mysql@lists.mysql.com Cc: Mike van Hoof; Charlie Schaubmair Betreff: Re: AW: find in list