JDBC Server Programmer's Reference
Note: Some browsers require you to reduce the print size to be able to print all the text displayed on the screen.
Related Reading
The following documents provide information to supplement the descriptions in this reference.
JDBC References
JDBC is the JavaSoft standard for connecting Java programs to SQL databases. (JDBC is a product name, not an abbreviation.
Nevertheless, JDBC is often thought of as standing for "Java Database Connectivity.") For more information about JDBC, see
the following references:
JavaSoft's JDBC home page The JDBC home page, with links to drivers and documentation
(http://java.sun.com/products/jdbc/)
JDBC Guide: Getting Started JavaSoft's introduction to JDBC
(http://java.sun.com/products/jdk/1.2/docs/guide/jdbc/getstart/introTOC.doc.html)
JDBC: A Java SQL API The JavaSoft JDBC specification
(http://java.sun.com/products/jdbc/)
java.sql reference pages Reference pages for the java.sql package
JDBC Database Access With Java: A
Tutorial and Annotated Reference
The Java Series JDBC book, ISBN 0201309955, Addison-Wesley, August 1997
NonStop Server for Java References
NonStop Server for Java implements the Java Development Kit (JDK) on Compaq servers running the Open System Services
(OSS) environment. The NonStop JDBC Server requires NonStop Server for Java. For more information about NonStop
Server for Java, see the following references:
NonStop Server for Java Programmer's Guide Describes NonStop Server for Java, focusing on features unique to
Compaq, such as Java-to-Pathway support. See the section "Accessing
Databases" for details of the NonStop Server for Java Type 2 JDBC
drivers. This section includes tables showing which JDBC methods these
drivers support.
Java Development Kit 1.2 documentation Guide, reference, and release documentation from JavaSoft describing the
JDK 1.2; included on the NonStop Server for Java product CD.
(http://java.sun.com/products/jdk/1.2/docs/)
NonStop SQL/MP and NonStop SQL/MX References
NonStop SQL/MP and NonStop SQL/MX are the Compaq relational database management systems (RDMS). the NonStop
JDBC Server enables Java programs anywhere to interact with a NonStop SQL/MP or NonStop SQL/MX database using the
JDBC application programming interface (API). For more information on NonStop SQL/MP or NonStop SQL/MX, see the
following Compaq manuals:
Introduction to NonStop SQL/MP Provides an overview of NonStop SQL/MP.
NonStop SQL/MP Glossary Explains the terminology used in NonStop SQL/MP documentation.
NonStop SQL Quick Start Explains how to run SQLCI, how to execute simple queries on a database,
how to modify data, and how to produce a formatted report.