Using the Cloudscape Documentation ,
Page 4 of 4
|

|

[top]  [prev]
  [next]
|
Further Reading
SQL and SQL-92
Understanding the New SQL: A Complete Guide. Melton and Simon. Morgan Kaufmann Publishers, Inc.: 1997. (An effective introduction to SQL-92, and a comprehensive reference. With the exception of its Java extensions and stored prepared statements, the SQL-J language uses SQL-92 entry functionality for its specification.
Java
-
Java in a Nutshell. Flanagan. OReilly & Associates: 1997.
An advanced introduction to Java for C and C++ programmers, with a complete quick-reference for all of the classes in the Java 1.1 API.
-
Thinking in Java. Eckel. Prentice-Hall: 1998.
-
The JDK tool set (JDK 1.1) (JDK 1.2) and how to specify options such as properties.
-
Java Properties (JDK 1.1) (JDK 1.2) and how to specify them programmatically (JDK 1.1) (JDK 1.2) and with properties files.
-
Serialization (JDK 1.1) (JDK 1.2) and the java.io.Serializable API.
JDBC and the java.sql API
-
JDBC Database Access with Java. Hamilton, Cattell, and Fisher. Addison Wesley: 1997.
An introduction with a tutorial.
-
Database Programming with JDBC and Java. Reese. OReilly & Associates: 1997.
-
JDBC and the java.sql API
|