Advertisement
Membership
Login
ACCU Buttons
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.
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.
Title:
Building Distributed Applications with ADOAuthor:
Martiner, Herion&FalinoISBN:
0 471 31701 2Publisher:
WileyPages:
440ppPrice:
£25-95Reviewer:
Roger N LeverSubject:
databaseAppeared in:
11-6This book provides a concise, information packed tour of ADO
(Active Database Objects), which is Microsoft's new(ish) database
technology to replace the DAO. This is also coupled with an
introduction to Microsoft's complementary technology of MTS
(Microsoft Transaction Server) and MSMQ (Microsoft Message Queue
Server). If you want to see other similar or competing technologies
then this is not the book - as per the title it is devoted to
Microsoft's tools.
The book is well laid out in terms of:
- Logical progression of chapters
- Explanatory text that is clear and concise on key concepts and techniques
- Example code and snippets that demonstrate that technique
The code is aimed at Visual Basic developers and not C/C++ (Visual C++...) developers. For those VB developers it forms a very useful tour of building distributed ADO applications. The level of explanation is good and the ideas are clearly explained. Knowledge of patterns, although used in the example application, is not required as the limited use is well explained and so the reader should be able to follow the example development easily. In summary for VB developers looking to know more about building distributed ADO applications then this book provides a useful starting point.