This textbook is designed for use in a college-level computer-science class. As such, The ODBC Solution has the characteristics, both good and bad, of an academic work. On the positive side, this book... This description may be from another edition of this product.
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
Published by Thriftbooks.com User , 26 years ago
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
Published by Thriftbooks.com User , 27 years ago
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!
Excellent book!
Published by Thriftbooks.com User , 27 years ago
Buy it, this book contains many recommendations how to write programs using ODBC. Great book even for an experienced professional.
Excellent!
Published by Thriftbooks.com User , 27 years ago
This is inarguably the best book on straight ODBC API. Very lucid in its presentation and full of practical examples, every page is packed with all the essential information. This is really a serious book for the serious ODBC programmers and every tool and technique to get the job done can be found in this book. My only wish is that the authors would update this book from ODBC v2.0 to v3.0, perhaps also include a few chapters on OLEDB.
ThriftBooks sells millions of used books at the lowest everyday prices. We personally assess every book's quality and offer rare, out-of-print treasures. We deliver the joy of reading in recyclable packaging with free standard shipping on US orders over $15. ThriftBooks.com. Read more. Spend less.