Results 1 to 11 of 11

Thread: Database driver problems from my applet's jar file help

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    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
    Last edited by bipper; 05-31-2006 at 07:35 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •