Re: remote database

From: Alan Liu (m_alanliu_at_hotmail.com_nospam)
Date: 02/21/04

  • Next message: Dr. Mercury: "Re: Anyone for a small Java challenge?"
    Date: Sat, 21 Feb 2004 10:07:09 -0600
    
    

    You can download the mysql JDBC driver. I don't remember where I got it.
    Add the MySQL JDBC jar file to your classpath and follow the tutorial below.
    "Ryan Stewart" <zzanNOtozz@gSPAMo.com> wrote in message
    news:w4-dnb0Bo43xSqvd4p2dnA@texas.net...
    > "Darko Jovisic" <djovisic@inet.hr> wrote in message
    > news:c168vh$dor$1@bagan.srce.hr...
    > > Hello!
    > >
    > > I'm quite new to Java. I'm making an MySQL interface. So my problem is:
    > >
    > > Can I connect to a remote mysql database without having any additional
    > > software running on that server ?
    > > Is JDBC part of JVM ?
    > >
    > > I know these are silly questions, but you would help me a great deal.
    > >
    > > Thank you!
    > >
    > > Darko
    > >
    > >
    > http://java.sun.com/docs/books/tutorial/
    >
    > Especially:
    > http://java.sun.com/docs/books/tutorial/jdbc/index.html
    >
    >


  • Next message: Dr. Mercury: "Re: Anyone for a small Java challenge?"