Re: Still need help
- From: "debbienc" <debbienc@xxxxxxx>
- Date: 3 Dec 2006 18:30:25 -0800
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).
.
- Follow-Ups:
- Re: Still need help
- From: jcsnippets.atspace.com
- Re: Still need help
- References:
- Still need help
- From: debbienc
- Re: Still need help
- From: David Harper
- Re: Still need help
- From: Jeff
- Still need help
- Prev by Date: Re: Still need help
- Next by Date: how can i move to the last record of recordset
- Previous by thread: Re: Still need help
- Next by thread: Re: Still need help
- Index(es):
Relevant Pages
|