odbc connector 5.1 for windows unicode support

2010-02-04 Thread wim . delvaux
Hi, I have a database with UTF8 characters. These are shown correctly by the query browser. I installed the odbc/connector 5.1 and tried to access the same table using OpenOffice base and a Qt application I wrote myself. In both clients the UTF8 character so not show up properly as if the dat

re: Unicode support in 4.0.17

2004-01-05 Thread Jeremy March
Unicode and multiple character sets are not supported until version 4.10. See section 9 of the manual. 4.1.1 is still alpha but its quite stable if your server isn't in a production environment. _ Tired of slow downloads? Compare

Unicode support in 4.0.17

2004-01-05 Thread [EMAIL PROTECTED]
I finally upgraded to 4.0.17 to be able to use the support for Unicode but I have problems running any of the examples I have seen to use th 'CHARACTER SET' option when creating tables. For example, even the following doesn't work: CREATE DATABASE db_name CHARACTER SET latin1 COLLATE latin1_s

unicode support

2003-11-14 Thread hory
Quick question I haven't found in the docs. I have a column with unicode (utf8 or ucs2) character set. How can I use a national collation on it? (upper(), lower(), sort order) None of the examples in the docs work... :( -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysq

Re: extensive unicode support: no LIKE with unicode? - slightly absurd solution

2003-06-17 Thread Brigitte Jellinek
On Tue, Jun 17, 2003 at 11:57:13AM +0200, Roman Neuhauser wrote: > > and yes, I need the absurd "CONVERT .. utf8 ... USING utf8", > > with out the CONVERT ist doesn't work. > > absurd? your connection has latin1 as the character set, even if i supply a --default-character-set like so:

Re: extensive unicode support: no LIKE with unicode? - slightly absurd solution

2003-06-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-17 10:59:13 +0200: > On Mon, Jun 16, 2003 at 11:56:59PM +0200, Roman Neuhauser wrote: > > # [EMAIL PROTECTED] / 2003-06-16 15:27:21 +0200: > > > mysql> select * from unitest WHERE t LIKE 'A%'; > > > ERROR 1210: Wrong arguments to like > > > > > > SELECT *

Re: extensive unicode support: no LIKE with unicode? - slightly absurd solution

2003-06-17 Thread Brigitte Jellinek
On Mon, Jun 16, 2003 at 11:56:59PM +0200, Roman Neuhauser wrote: > # [EMAIL PROTECTED] / 2003-06-16 15:27:21 +0200: > > mysql> select * from unitest WHERE t LIKE 'A%'; > > ERROR 1210: Wrong arguments to like > > > SELECT * FROM unitest WHERE LIKE CONVERT(_latin1'A%' USING utf8) > t

Re: extensive unicode support: no LIKE with unicode?

2003-06-16 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-16 15:27:21 +0200: > > I'm trying to use 4.1.0-alpha's "extensive unicode support". [...] > Now I try to read the data, this time from the commandline client: > > mysql> select * from unitest WHERE ID=72; >

extensive unicode support: no LIKE with unicode?

2003-06-16 Thread Brigitte Jellinek
I'm trying to use 4.1.0-alpha's "extensive unicode support". What I've learned so far: unicode only works in 4.1.0-alpha, but it's not activated in the binary distribution, so I had to compile it myself. I can create a table like this: CREATE TABLE unitest (

re: Unicode support?

2003-04-02 Thread Victoria Reznichenko
On Wednesday 02 April 2003 16:17, Tariq Murtaza wrote: > Hope you are all fine and doing well. > I would like to know the status of unicode support for mysql. > I will appreciate if someone share his/her experience regarding data > manipulation in unicode on mysql. Unicode is support

Unicode support?

2003-04-02 Thread Tariq Murtaza
Dear All Hope you are all fine and doing well. I would like to know the status of unicode support for mysql. I will appreciate if someone share his/her experience regarding data manipulation in unicode on mysql. Best Regards, Tariq Murtaza -- MySQL General Mailing List For list archives

RE: Unicode Support with MySQL

2002-10-08 Thread toby gibbson
awww jeeez. tell me bout dat i still ve to work on the indexing n sortin toby >From: "Dean Harding" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: RE: Unicode Support with MySQL >Date: Tue, 8 Oct 2002 20:47:17 +1000 > >Yeah, I've used

RE: Unicode Support with MySQL

2002-10-08 Thread Dean Harding
2002 8:28 pm To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Unicode Support with MySQL schmid n dean . fellaz . i AM using mysql for UNICODE data all my database is unicode its all stored there i retieve all my unicode data n play round with it all the time n so far i ve had N

RE: Unicode Support with MySQL

2002-10-08 Thread toby gibbson
.. >From: "Dean Harding" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: RE: Unicode Support with MySQL >Date: Mon, 7 Oct 2002 17:44:08 +1000 > >According to the website, it'll be in version 4.1. > >You can already use Unicode now, th

re: Unicode Support with MySQL

2002-10-07 Thread Victoria Reznichenko
Schmid, Monday, October 07, 2002, 10:23:52 AM, you wrote: SM> we are very interested in using MySQL with our machines, but we need a full SM> Unicode-support with the database. SM> Can you give us information's about the time, when MySQL will com with a SM> full Unicode Support?

RE: Unicode Support with MySQL

2002-10-07 Thread Dean Harding
PROTECTED] Subject: Unicode Support with MySQL Dear Ladies and Gentleman, we are very interested in using MySQL with our machines, but we need a full Unicode-support with the database. Can you give us information's about the time, when MySQL will com with a full Unicode Support? > Mit freundli

Unicode Support with MySQL

2002-10-07 Thread Schmid Manfred
Dear Ladies and Gentleman, we are very interested in using MySQL with our machines, but we need a full Unicode-support with the database. Can you give us information's about the time, when MySQL will com with a full Unicode Support? > Mit freundlichen Grüßen / Gest Regards Manfre

Unicode support for MySQL

2002-03-13 Thread Victoria Reznichenko
Victoria, Monday, March 11, 2002, 11:24:00 AM, you wrote: RT>> I am just wondering if the latest stable build of MySQL has support RT>> for Unicode character set so I can use it to store english, chinese and RT>> korean characters. If so please let me know. And also if there is going RT>> to

RE: Unicode support for MySQL

2002-03-11 Thread Robin Tay
: 'Victoria Reznichenko'; [EMAIL PROTECTED] Subject: RE: Unicode support for MySQL When you say: "Unicode will be supported in 4.0.3 version of MySQL." What do you mean - UTF-8 encoding or UTF-16 or what? Can you clarify -Original Message- From: Victoria Reznic

RE: Unicode support for MySQL

2002-03-11 Thread David Ayliffe
When you say: "Unicode will be supported in 4.0.3 version of MySQL." What do you mean - UTF-8 encoding or UTF-16 or what? Can you clarify -Original Message- From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]] Sent: 11 March 2002 09:24 To: [EMAIL PROTECTED] Subject: Unico

Unicode support for MySQL

2002-03-11 Thread Victoria Reznichenko
Robin, Monday, March 11, 2002, 6:55:51 AM, you wrote: RT> I am just wondering if the latest stable build of MySQL has support RT> for Unicode character set so I can use it to store english, chinese and RT> korean characters. If so please let me know. And also if there is going RT> to be any p

Unicode support for MySQL

2002-03-10 Thread Robin Tay
G'Day ppl, I am just wondering if the latest stable build of MySQL has support for Unicode character set so I can use it to store english, chinese and korean characters. If so please let me know. And also if there is going to be any problems to perform SELECT statements to search for a partic

Unicode support?

2001-09-24 Thread Endre Stølsvik
I've tried to read through a fair bit of the manual, but I haven't quite found out yet: does MySQL support Unicode? I'm talking Strings from Java, using mm.mysql driver. -- Mvh, Endre - Before posting, please check: http:/

UNICODE Support

2001-09-04 Thread Scott Inglis
Does anyone have an idea when MySQL will support Unicode? I know the documentation says near future, but is that the next release or later? Thanks, Scott - Before posting, please check: http://www.mysql.com/manual.php (th

Unicode Support in MYSQL C -API

2001-07-04 Thread jofy chirayath
Sir/Madam, I am using MYSQL C-API to access MYSQL database . I am having problems when i gave Unicode support to my code, as the API functions accept parameters of the type "const char *" .With Unicode support the values being passed are the of the type "unsigned short". Is