| View previous topic :: View next topic |
| Author |
Message |
wutcom Newbie

Joined: 04 Oct 2006 Posts: 4
|
Posted: Wed Oct 04, 2006 11:47 pm Post subject: how to set character set?? |
|
|
i would like to creat base for connect MySQL with JDBC in charset tis620.
i found problem it not work.please, Help me.
thank. |
|
| Back to top |
|
 |
DrewJensen Super User


Joined: 06 Jul 2005 Posts: 2616 Location: Cumberland, MD
|
Posted: Fri Oct 06, 2006 6:01 am Post subject: |
|
|
I believe what you will need to to is set the character encoding for the JDBC driver:
Take a look at this page in the MySQL reference manual, specifically the comment at the end of the page:
connector-j-reference-charsets
Drew |
|
| Back to top |
|
 |
|