|
|
Programming hints and techniques
Some information on HTTP, HTML, and CGI scripts:
Some information on using Java servlets:
Relational Database Systems:
- The MySQL database management system, developed
by MySQL AB, now owned by Sun Microsystems (and soon to be owned
by Oracle), is available free for non-commercial
use. The reference manual for our MySQL version is available here.
- Access to relational database systems from Java is enabled by
the
JDBC interface from Sun Microsystems.
A quick JDBC tutorial is available, as well.
- Documentation concerning the MySQL C API library use is provided at the MySQL web site.
|
|