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:
C++ Object Databases - Programming with the ODMG Standard
Author:
David Jordan
ISBN:
0 201 63488 0
Publisher:
Addison-Wesley
Pages:
456pp
Price:
£24-95
Reviewer:
Burkhard Kloss
Subject:
database; advanced c++; object oriented
Appeared in:
10-5
If somewhere in your future you see the words 'ODMG', 'Object Database', 'OQL' and C++, you should probably have a look at this book. Written by the ODMG (Object Data Management Group) C++ Editor, this book describes not just how to use the ODMG Standard C++ database interface, but also Object Database Modelling. It also contains a description of OQL (Object Query Language; an SQL-like, declarative language for querying object databases). In addition, there is a useful description of object database architectures and performance issues.

The book is written in a very clear and accessible style. The main chapters in the first part of the book serve as a useful tutorial on C++ Object Database programming; the second part does the same for OQL. The third and fourth parts of the book are less practically applicable, but nevertheless provide essential background. These chapters will be useful long after the reader has finished working through the tutorials and the same applies to the appendices describing the ODMG C++ classes and meta classes. Unlike many other appendices that are merely anaemic lists, these are actually comprehensive and detailed enough for later reference.

In summary, this book will be useful to any working programmer or designer who will have to deal with C++ and Object databases. For managers, the author recommendsObject Databases: The Essentialsby Mary Loomis and for those seeking technical implementation details he refers toObject Data Managementby Rick Cattell. While I have not seen these books myself, I would tend to agree with David Jordan that if you have such specialised requirements, this book is not for you. For most people, though, his book is an excellent introduction and reference on the subject.