| Author |
Java/MySQL connectivity
|
Patrick Mugabe
Ranch Hand
Joined: Jan 08, 2002
Posts: 132
|
|
Hi Ranchers, I have been using JDBC mostly with Access and SQL Server. I now want to switch to Mysql. Can anyone assist me with the Driver loading statement (Class.forname....) when using Mysql. If possible just give a simple example. Thanks in advance
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
No one can without knowing which driver you are using. I suggest you check the documentation that comes with which ever driver you have - they usually include example connection code.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Sutham Rojanusorn
Greenhorn
Joined: Jul 10, 2004
Posts: 4
|
|
something about this you can find it from google this is the simple way to do without posting to here
|
 |
 |
|
|
subject: Java/MySQL connectivity
|
|
|