conn = DriverManager.getConnection("jdbc:mysql://" + hostname + "/" + database + "?useUnicode=true&characterEncoding=Big5", login, password);
![]()
![]()
It has been about a year since I have done anything like this. In fact, I don't think I have ever done it with an applet - only an application. I am poop.
[edit] Oh, I reread the question. No, to my knowlage there is not attribute needed in the applet tag. I can look into it some more. You use websphere, correct? are you importing using the import command attop your program?
Double check your archive poperty in your applet tag??
[edit 2]try this link: http://www.stardeveloper.com/article....html?tid=1647 It looks like this guy may have had similar issues, and his approach seems a lil haphazard - but I have nothing to test it on atm. Enjoy!
Bipper




Reply With Quote