Re: Still need help



I already have the book "Web Database Technologies" but can't
understand how they get it to work, cause mine don't.
Jeff wrote:
David Harper wrote:
debbienc wrote:
This is not working. What I need is to know how to connect java with
MySQL, and how to connect to a plain text document. Can anyone help me
with this.

You might find it helpful to read a couple of books:

"Learning Java"

http://www.oreilly.com/catalog/learnjava2/

"Database Programming with JDBC & Java"

http://www.oreilly.com/catalog/jdbc2/index.html

The first book contains plenty of examples of Java techniques, such as
opening a file and reading it a line at a time.

The second book focusses on database programming with Java.

You should then read the documentation about Connector/J, the JDBC
library for MySQL:

http://dev.mysql.com/doc/refman/4.1/en/connector-j.html

This provides advice about how to obtain and install the latest version
of Connector/J, and examples showing how to connect to MySQL and send
commands and queries to the MySQL server.

Good luck with your project.

David Harper
Cambridge, England

And specific to this case is the book "MySQL and Java Developers Guide"
by Matthews, Cole, and Gradecki, from Wiley press (I have a copy, like
it).

.



Relevant Pages

  • Re: Java and MySql program example ?
    ... > I am trying to learn Java and need an example program with MySql ... > MySql database. ... Database connection established ...
    (comp.lang.java.programmer)
  • Re: mysql vs sqlite vs hsql
    ... My question isabout benchmarks and multiple inserts & ... > I current have a mysql database of approx. ... lemme dispell the very common misconception that java is slow. ...
    (comp.lang.python)
  • Re: MySQL Database problem (probably already solved in a message, but this is somewhat urgent)
    ... MySQL server has a database with a table, ... columns, an FSR column, and a password column. ... checked if the supposed arrays that were returned were actually arrays ...
    (comp.lang.php)
  • RE: FreeBSD 5.3 MySQL Performance
    ... versions of Linux and FreeBSD for most tests. ... > popular with the ATA disk drive manufacturers. ... > Many companies have used FreeBSD and MySQL for years and years. ... it is not often that you have such a small database and such a large ...
    (freebsd-questions)
  • Re: Java and MySql program example ?
    ... > I am trying to learn Java and need an example program with MySql ... > MySql database. ... wants a copy of the code email me at jdanyjavajunkie at yahoo.com ...
    (comp.lang.java.programmer)