ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
SQL Database Programming with Java
Author:
Bill McCarty
ISBN:
1 57610 176 2
Publisher:
Coriolis Group
Pages:
493pp&CD
Price:
£29-50
Reviewer:
Ian Cargill
Subject:
database; java
Appeared in:
11-2
This book is aimed at a fairly specific target audience; Java programmers who want to start programming with JDBC and SQL. This would typically be someone wanting to use Java with a database such as SQL Server, Oracle or Sybase.

The book assumes little initial knowledge of either JDBC or SQL or, for that matter, relational databases. It starts with some general, introductory material on relational databases, then moves progressively through the use of Java to access databases, introductory SQL and the JDBC API. Also covered are Joins and Unions, Database Design, Advanced SQL, Views and some general topics such as multi-user considerations and security.

The book is quite clearly set out and I could recommend it as a starting point for anyone wanting to start programming in Java for SQL databases. If you haven't done any previous SQL, then I think a good, introductory SQL book would also be required, but this one will get you started. Recommended.