Database Support

This section of deliverables deals with the Data Definition Language (DDL) statements necessary to support Microsoft or Sybase SQL Server, as well as Oracle. In most cases the differences between SQL Server and Oracle DDL, at least for the data types used in the Remulak project, are restricted to simple formatting issues and the use of DateTime in SQL Server versus Date in Oracle.

Note that the Java code written for the Remulak project and the accessing SQL statements found in the DAO modules will work on both platforms unmodified.

Microsoft SQL Server 7.0

 CREATE TABLE T_Address ( addressLine1 VARCHAR (30) NOT NULL, addressLine2 VARCHAR (30) NOT NULL, addressLine3 VARCHAR (30) NOT NULL, city VARCHAR (30) NOT NULL, state CHAR ...

Get Developing Applications with Java™ and UML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.