Msql and java

Any problem with SQL can be discussed here.
Post Reply
thecobra
Posts: 196
Joined: Tue Mar 11, 2008 11:30 am

Msql and java

Post by thecobra »

has anyone try to use mysql with java. i dont mean javascript but java like the java sdk and applet. it because i try it one but could not connect to my host account


Gebbo
Posts: 554
Joined: Tue May 16, 2006 3:22 pm

mysql and java

Post by Gebbo »

thecobra wrote:has anyone try to use mysql with java. i dont mean javascript but java like the java sdk and applet. it because i try it one but could not connect to my host account
hmm never tried it but http://www.pixel2life.com has good tutorials, you should check em out..
.............................:: Spirit of Fire ::..................................

Image
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

thecobra wrote:has anyone try to use mysql with java. i dont mean javascript but java like the java sdk and applet. it because i try it one but could not connect to my host account
its quite easy. you just should use ODBC driver to connect to mysql. OR maybe some google'ing around would give you some results by suggesting you to use some classes. These classes (saame as in php) whould make it easier to manipulate mysql data
Image
Gebbo
Posts: 554
Joined: Tue May 16, 2006 3:22 pm

mysql and java

Post by Gebbo »

Lixas wrote:its quite easy. you just should use ODBC driver to connect to mysql. OR maybe some google'ing around would give you some results by suggesting you to use some classes. These classes (saame as in php) whould make it easier to manipulate mysql data
Hmmm interesting suggestion, might try that..
.............................:: Spirit of Fire ::..................................

Image
Post Reply