Re: Still need help
- From: David Harper <devnull@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 03 Dec 2006 08:31:45 GMT
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
.
- Follow-Ups:
- Re: Still need help
- From: Jeff
- Re: Still need help
- References:
- Still need help
- From: debbienc
- Still need help
- Prev by Date: Still need help
- Next by Date: Re: Still need help
- Previous by thread: Still need help
- Next by thread: Re: Still need help
- Index(es):
Relevant Pages
|