> Can someone help be with mysql connections?
I haven't used MySQL from Java in while, but this looks like a good
place to start:
<http://dev.mysql.com/doc/refman/5.4/en/connector-j.html>
Perhaps you could say more about where things are going awry.
--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>
>Can someone help be with mysql connections?
Netbeans can! <http://netbeans.org/kb/articles/mysql.html>
Probably virtually anyone following this channel.
--
Do not sleep in a eucalyptus tree tonight.
Yes.
Alfred
>Can someone help be with mysql connections?
see http://mindprod.com/jgloss/jdbc.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
Without deviation from the norm, progress is not possible.
~ Frank Zappa (born: 1940-12-21 died: 1993-12-04 at age: 52)
Alfred wrote:
> Yes.
>
Though clearly not you, Alfred. Nor Don Quixote.
Stefan, read the JDBC tutorial at java.sun.com,
<http://java.sun.com/docs/books/tutorial/jdbc/index.html>
and the MySQL documentation about JDBC,
<http://dev.mysql.com/usingmysql/java/>
And the correct spelling is "MySQL".
After you've figured that out, forget MySQL and go with JavaDB (Derby)
or PostgreSQL. The main advantage of JavaDB is that it comes with the
Sun Java JDK automatically.
--
Lew