Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    2,611

    Re: Connecting to Server Database From Applet

    I attempted to use this:

    connect = DriverManager.getConnection("jdbc:mysql://localhost/[database]","[username]","[password]");


    And received the same error. According to my host, "Many people...
  2. Replies
    7
    Views
    2,611

    Connecting to Server Database From Applet

    Hi everyone, it's been awhile since I was last around here.

    So I am attempting to get an applet to make a connection with a database on the same server as the applet, with little success thus far....
Results 1 to 2 of 2