You really should reply to the list and not just me.  I may not be able to
help you or I may not have the time.  Also, do not send attachments that
aren't universally accepted.

What you can send is
Preferred:  pure text
Pictures: JPG, GIF only

Most people on this list are Unix based, not windows and a power point file
is useless.  I had to drop out of my linux and boot up into that dreaded
Windoze to look at that file.

Ok, so your OS is Japanese but, and I may be wrong, it looks like your mysql
server is English.  That is, unless the word "Aborted" got missed during
translation to Japanese.  This could be your problem otherwise I would say
there is a serious bug with mysql.

Can you create a front end using VB, Access, C or whatever and see what
results you get?  You should be able to submit and retrieve Japanese
characters through the front end but you are most likely to get garbage
(ASCII chars) in your database.  If you create it using web pages, ensure
you have set the correct character set - JIS.

Either that or check out the manual for changing your DB to Japanese.


Cheers

Rolf

Your mouse has moved.

Windows NT must be restarted for the change to take effect.

Reboot now?  [OK]

----- Original Message -----
From: "조충선" <[EMAIL PROTECTED]>
To: "Rolf Hopkins" <[EMAIL PROTECTED]>
Sent: Wednesday, February 28, 2001 10:50
Subject: Re: Question


>
> ----- Original Message -----
> From: "Rolf Hopkins" <[EMAIL PROTECTED]>
> To: "조충선" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 27, 2001 11:48 PM
> Subject: Re: Question
>
>
> Do you have an english OS?  Should work fine, even in english.  You sure
> those codes are right?  It look like you're 2 hex numbers short!  But that
> shouldn't matter anyway.  What are you're error messages?
>
>
> ----- Original Message -----
> From: "조충선" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 27, 2001 14:51
> Subject: Question
>
>
> > I am developing the Japanese web site
> > with java(jsp) and mysql.
> >
> > I know that mysql supports the Japanese language.
> > But I think that mysql doesn’t support
> > some character of Japanese language.
> >
> > This is the part of the data that becomes the issue.
> >
> > Whenever I commit the above command,
> > some error messages appear.
> >
> > ----------------------------------------------
> > 可能(0x945c)
> >
> > 発表(0x955c)
> >
> > 桜(0x685c)
> >
> > insert into test_table(test) values('発表桜可能');
> > ----------------------------------------------
> >
> >
> > How can I insert this data?
> > Is it may be impossible?
> >
> > Please tell me a solution to a problem.
> >
>
> Thanks for your Answer
> I am using Japan OS for my work.
> And I send mail with file
> Please tell me a solution to a problem.
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to