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.