![]() |
Accessing a MySQL database in java
I've written a java program to insert data into a MySQL database hosted on godaddy.com, I'm still having trouble connecting to the database though.
Code:
Connection connection = null; |
Re: Accessing a MySQL database in java
You'll find a lot of help here http://www.caliberdt.com/tips/Feb2004.htm
|
Re: Accessing a MySQL database in java
That helped me with the driver part thanks, now my other problem is that I get a connection timing out every time I try to connect. I have no idea how to fix that.
|
| All times are GMT +5.5. The time now is 23:39. |