Related Subjects: Author Index
Book reviews for "Ditsky,_John_Michael" sorted by average review score:

Private Sins
Published in Paperback by Mira Books (1995)
Author: Janice Kaiser
Amazon base price: $4.99
Used price: $1.75
Collectible price: $14.00
Average review score:

Everything you need, in one handy package
This hardback text is one of the best database API books that I have in my collection. It is well laid-out and it has examples.

This book is laid out in the order statements are used, with the necessary create and destroy statements together. It starts with connecting to the database, moves to statement execution, and rounds out with retrieving your results. There are of course necessary chapters on creating tables and dealing with transactions.

Each ODBC API call is accompanied with a list of appropriate parameters, return values, and errors.

ODBC Database API's are used in layers:

To Setup: Allocate Environment, Allocate Connection, Connect, ...

To Shutdown, reverse everything: ... Disconnect, Deallocate Connection, Deallocate Environment.

The best book on writing ODBC applications
With the ODBC API you are given a whole lot of notes? But how do you combine those notes to write a symphony? This is the only book on the market which really shows you how. It consists of a detailed ODBC reference and highly useful sample code that shows how to take the API calls and make an application out of them.

The calls are grouped in logical sequences, each call is thoroughly described, and then an example of a program that uses that call (and other calls) is given.

The writing is extremely clear. The presentation is excellent. The book is extremely well organized.

It does not assume any prior knowledge of ODBC though it assumes you know how to program C.

C is the only language used in the book. The use of ODBC in other languages such as Visual Basic is not discussed.

Though this book is old; I cannot recommend it too highly. I've used it before and I'll use it again.

About the best you can do outside of the classroom
I had a situation come up where I needed to access an Oracle 7 stored procedure that returned output parameters and no results set. The Microsoft Visual C++ CRecordset classes don't handle that situation very well. The only solution was to drop down into ODBC API calls. I struggled until I found this book. It takes a lot of the mystery out of an extremely complex API. It pretty much rides around in my backpack everywhere I go now!


The Draft
Published in Paperback by 1stBooks Library (2003)
Author: Michael B. Lee
Amazon base price: $27.95
Average review score:
No reviews found.

Related Subjects: Author Index

Reviews are from readers at Amazon.com. To add a review, follow the Amazon buy link above.