|
DBExample1
DescriptionDBExample1 is a simple applet that demonstrates how to connect
to a MySQL database and perform a single query in JAVA.
In order to run the applet, two things are needed.
First, you need a driver to connect between JAVA and MySQL.
This can be obtained from
SourceForge.net.
Second, for security reasons,
the applet needs to live on the same machine as the MySQL server.
There may be ways around this, but it is more work than I care to
deal with for now.
|