Home
What's
New?
com.oreilly.servlet
Servlet
Polls
Mailing
Lists
Servlet
Engines
Servlet
ISPs
Servlet
Tools
Documentation
Online
Articles
The
Soapbox
"Java
Servlet
Programming,
Second Edition"
"Java
Enterprise
Best Practices"
Speaking
& Slides
About
Jason
XQuery
Affiliate
Advertising
Info
|
Example 16-11 from Java Servlet Programming,
2nd Ed
This application executes a SQL query or update against any database
on the public Internet (so long as the server has a JDBC driver
available
to handle your URL). Currently we have the following drivers: MM.MySQL
for MySQL, JConnect for Sybase, and RmiJdbc for Cloudscape.
|