faqts : Computers : Databases : MySQL : Connectivity : Java

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

125 of 479 people (26%) answered Yes
Recently 7 of 10 people (70%) answered Yes

Entry

How do I connect to MySQL using Java ?
how to connect mysql through javascript
how to call php function through HTML
How to rearrenge the table when one record is deleted

Feb 22nd, 2008 03:32
dman, Salma N., shivram nrayanan, http://sturly.com


you can use mm.mysql.jdbc-1.2c driver to connect to MySQL database
but before you do that you need to configure the MySQL properly on your 
system and have MyODBC setup running clearly so that this driver can 
work properly.
Don't forget to add this driver path to your classpath.