Re: Help with java and sql



landers wrote:
[snip]
I think you must install the software named:mysql-odbc-3.51-Driver and
configure it

No, this is wrong. There is a Type 4 JDBC driver called Connector/J, which is designed to communicate directly with a MySQL server. Anyone who wants to write a Java program which will interact with a MySQL server should use the Connector/J driver package.

David Harper
Cambridge, England
.



Relevant Pages

  • Re: newbie: check if mysql server is running
    ... Lothar Kimmeringer wrote: ... >>up and running with my java program, and if not start the mysql server. ... When there is an exception how do I start the server with my program ...
    (comp.lang.java.databases)
  • Re: MySQL Connector/J how to??
    ... >to connect a simple java program or Applet to ... >a MYSQL server on another machine??? ... The Applet must be signed to do that. ... Coaching, problem solving, economical contract programming. ...
    (comp.lang.java.programmer)
  • Re: newbie: check if mysql server is running
    ... > up and running with my java program, and if not start the mysql server. ... Open the socket to the remote-port of MySQL. ...
    (comp.lang.java.databases)
  • newbie: check if mysql server is running
    ... I'm trying to figure out how to check wether or not the mysql server is ... up and running with my java program, and if not start the mysql server. ... thanks in advance, Johan ...
    (comp.lang.java.databases)