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:
ADO ActiveX Data Objects
Author:
Jason Roff
ISBN:
1 56592 415 0
Publisher:
O'Reilly
Pages:
601pp
Price:
£31-95
Reviewer:
Paul Grenyer
Subject:
microsoft
Appeared in:
14-5
From the beginning I liked this book. However, once I'd finished reading it I still felt that overall it is a good book, but it is let down by its poor C++ examples (I feel unforgivable in a post C++ Standard publication) and its poor .Net chapter which is just plain wrong in places.

The contents shows that the book is divided into the usual few introductory chapters, one which explains how to use ADO from various different languages, and then goes on to look at some of the familiar ADO objects such as Connection, Recordset and Field. Towards the end of the book there is also a chapter on

ADO.Net
. The final third of the book is comprised of an ADO API reference and three appendices, Introduction to SQL, The Properties Collection and ADO Errors.

This book is aimed squarely at VISUAL BASIC developers. Although ADO: Active Data Objects describes a COM based technology and includes a chapter on creating and using ADO objects form other languages (such as C++), the remainder of the examples in the book are in Visual Basic. Many of the examples are difficult to translate directly into other languages, especially if you are not familiar with COM in that particular language. This is particularly true of Chapter 8: The ADO Event Modal, as COM events are handled for the user by the Visual Basic IDE.

If you are a Visual Basic developer or a C++ developer with previous experience of COM and the basics of the ADO C++ API, then I would recommend this book if you wanted to know more of the details of ADO and how to use them effectively.Embedded Programming