Page 1 of 1

Msql and java

Posted: Wed Dec 17, 2008 7:06 pm
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

mysql and java

Posted: Tue Mar 31, 2009 8:56 am
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..

Posted: Tue Mar 31, 2009 3:08 pm
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

mysql and java

Posted: Sun Apr 19, 2009 9:03 pm
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..