Search:

Type: Posts; User: micro kid

Search: Search took 0.10 seconds.

  1. Is there a way to find the url of the applet?

    Lets say I want to write an applet that displays the url of the server the applets is stored on. Is that possible and what is the function for knowing it?

    I was thinking something like

    ...
  2. Replies
    7
    Views
    1,958

    Re: mysql in java applets

    I forgot to say that I think have nave narrowed it down to the driver not working when I run the applet which is a mystery to me because the driver works fine for the console program.
  3. Replies
    7
    Views
    1,958

    Re: mysql in java applets

    So if the web and mySQL-server is the same computer it should work then?



    I understand the potential hazzard of letting people access a database from the internet but what if the user "user"...
  4. Replies
    7
    Views
    1,958

    Re: mysql in java applets

    In the console program I can connect to the database but not in the applet. I test it on the same computer I program on so I have the CLASSPATH set up, I dont even run a web server (yet), a.b.c.d is...
  5. Replies
    7
    Views
    1,958

    mysql in java applets

    hello I got this code working fine



    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;

    public class connect
    {
Results 1 to 5 of 5