FW: Re: FW: create database in specified character set

2004-05-25 Thread michael_wu[吳宏達]
> -Original Message- > From: michael_wu[吳宏達] > Sent: Wednesday, May 26, 2004 9:12 AM > To: [EMAIL PROTECTED] > Subject: Re: FW: create database in specified character set > > Hi Hassan again, > Thanks for your kindly support. My program

Re: FW: create database in specified character set

2004-05-25 Thread Hassan Schroeder
michael_wu[吳宏達] wrote: > Many thanks! I had downloaded V4.1.1 and created a database in utf8 > character set. > I successfully created a table and inserted rows of data with VARCHAR > columns into the table through the SQL pad. > With the Control Center GUI, I can see the result. It seems the da

FW: create database in specified character set

2004-05-25 Thread michael_wu[吳宏達]
-Original Message- From: michael_wu[吳宏達] Sent: Tuesday, May 25, 2004 3:08 PM To: '[EMAIL PROTECTED]' Subject: RE: create database in specified character set Many thanks! I had downloaded V4.1.1 and created a database in utf8 character set. I successfully created a table an

Re: create database in specified character set

2004-05-24 Thread Hassan Schroeder
michael_wu[吳宏達] wrote: > I am evaluating the utf8 support of MySQL V4.0.18. I followed the > documentation to create a database as the following: > > CREATE DATABASE trdb CHARACTER SET utf8; > > Strangely, I got syntax error(s). It seems that the reserved words > CHARACTER SET a

create database in specified character set

2004-05-24 Thread michael_wu[吳宏達]
Hi, I am evaluating the utf8 support of MySQL V4.0.18. I followed the documentation to create a database as the following: CREATE DATABASE trdb CHARACTER SET utf8; Strangely, I got syntax error(s). It seems that the reserved words CHARACTER SET are not recognized. Can anyone shed