Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Beginning Visual Basic SQL Server 7.0

Beginning Visual Basic SQL Server 7.0

List Price: $39.99
Your Price: $39.99
Product Info Reviews

<< 1 2 >>

Rating: 4 stars
Summary: Excellent book on writing SQL Server code
Review: Don't let the one star reviewer put you off. This is a good book available at a bargain 2nd-hand price. The joke below about fitting this content into a book of 250 pages shows that another reviewer doesn't know what he's talking about. But the examples are a bit OTT as the case studies are large so there's a bit of repetition. It could probably have been shrunk to about 700 pages (rather than 900) with smaller (kiddy type) case studies. Likewise it's not possible to overdo normalization - just because some so-called professionals don't bother with it as much as they should is no reason why a beginner shouldn't learn best practice.

The writer assumes that you already know Visual Basic 6 so doesn't cover much VB code. The focus is on SQL Server 7 stored procedures which are professionally done.

The "Beginning" title is a bit misleading too. This is a book for serious programmers who, although still beginners, want to be good - not for hackers.

The book is well made with hardly any errors that I've spotted and the code examples work.

I recommend Vieira's two books as well - on SQL Server 7 and 2000.

4 stars only (nearly 5) - the case studies are a little larger than need be.

Rating: 5 stars
Summary: Beginning Visual Basic SQL Server 7.0
Review: First of all, this book definitely is not an introduction book for Visual Basic. I'd like to give this book 5+ stars if I could. It is not only an EXCELLENT introduction book for MS SQL 7.0 and ADO, but also an EXCELLENT introduction book for how to write the stored procedures and how to use or call a stored procedure in your VB code. I have been looking for a good introduction book for how to write and use the stored procedures with VB for a long time. Finally, I got this one. I really like the Chapter 8: Stored Procedures vs T-SQL Statements. It shows you for a same task in two different ways to do it. One is Stored Procedures, the other one is T-SQL Statements. The side-by-side comparisons of stored procedure and SQL statement is a wonderful idea, especially good for beginner. Mr. Thearon Willis really understands the definition of BEGINNING.

Rating: 1 stars
Summary: Very Very wordy - just to fill 860 pages - should be 250
Review: I guess an 860 page book sells better than a 250 page book, that
would explain all needless pages in this book!

This book repeats and repeats the same description of the code
over and over and over...

Not to many authors are smart enought to realize when you
teach something keep it as simple as possible ( no charge for the tip to you authors out there.)

For example don't include a column for address1 , address2
and address3 and then write code to test if address2 and address3
are NULL. The Address1 column is enough to get the point across. This kind of "filler" only distracts from the main point of learning ADO and SQL.

And the Author over does normalization - you would be looked
at as a rank novice if you did this type of "over" normilization
in professional code.

Book would get 4 stars if it was not filled with so much
fluff and filler and fluff and filler ....

Rating: 4 stars
Summary: Professional SQL Server 7.0 Programming
Review: I own 2 books written by Thearon Willis, this book and "Beginning SQL Server 2000 for Visual Basic Developers". Both books are excellent. Combining this book and Rob Vieira's "Professional SQL Server 7.0 Programming", I got a very knowledgeable skill set that combines Visual Basic 6.0/5.0, SQL Server 7.0 and RDO/DAO. If you have to maintain applications written in Visual Basic 6.0 and earlier or if the database is SQL Server 7.0, you will want to read this book. Please note: if you want to use latest ADO, you may have make some minor modifications to the examples in this books.

Rating: 1 stars
Summary: Very Very wordy - just to fill 860 pages - should be 250
Review: I own 2 books written by Thearon Willis, this book and "Beginning SQL Server 2000 for Visual Basic Developers". Both books are excellent. Combining this book and Rob Vieira's "Professional SQL Server 7.0 Programming", I got a very knowledgeable skill set that combines Visual Basic 6.0/5.0, SQL Server 7.0 and RDO/DAO. If you have to maintain applications written in Visual Basic 6.0 and earlier or if the database is SQL Server 7.0, you will want to read this book. Please note: if you want to use latest ADO, you may have make some minor modifications to the examples in this books.

Rating: 4 stars
Summary: Professional SQL Server 7.0 Programming
Review: I own 2 books written by Thearon Willis, this book and "Beginning SQL Server 2000 for Visual Basic Developers". Both books are excellent. Combining this book and Rob Vieira's "Professional SQL Server 7.0 Programming", I got a very knowledgeable skill set that combines Visual Basic 6.0/5.0, SQL Server 7.0 and RDO/DAO. If you have to maintain applications written in Visual Basic 6.0 and earlier or if the database is SQL Server 7.0, you will want to read this book. Please note: if you want to use latest ADO, you may have make some minor modifications to the examples in this books.

Rating: 5 stars
Summary: Author is a genius, when it comes to writing.
Review: I've been a software engineer for just over 20 years now, and to this date, this author is by far, the most talented author, I've encountered. The book covers all that is required, for a Visual Basic developer, to learn the tasks associated with building applications for Visual Basic using SQL. With other books, it never failed that the author would leave something important out, when demonstrating a technique, but the author of this book, Thearon Willis, covers everything, down to the intimate detail. Thearon also has reminders through out the book, that remind the reader not to forget to do something, that may have already been covered. I believe the author has the ability to convey upon the reader, in an understandable manner, like no other author has.

Many Thanks

Rating: 5 stars
Summary: VB & SQL Server 7 & Stored Procedures & ...
Review: If you are already a VB programmer and want to learn SQL Server 7 AND ADO, give this book a try. Read it cover to cover - when you are done with it, you will be amazed at what you have learned. We programmers need more books written in this vein. My only complaint is that there could be more in-depth discusion on which is the best ADO method to use for a given scenario of data and queries to the data. By the way, I hope you like to type... alot of it to do with this book. WROX must like to cut costs by eliminating the CD and using a font between 6 pt. and 7 pt. I guess you can get by if you are on the net. Just pick out an ADO approach you like and stick with it? More discussion is needed on which syntax should be used for a given set of circumstances. Still a great book though!

Rating: 5 stars
Summary: Not for VB beginners
Review: The title of the book is not beginning visual basic, it is beginning visual basic sql server 7. If people are looking for a book to learn visual basic, do not look here. If you are look for the best introduction to sql server and vb programming, then GET THIS BOOK! The examples are well thought out and are actually practical! The author does actually normalize the intro database correctly as you could have both husband and wife (ie, same address) in the database. this book is the best intro to sql server there is!

Rating: 4 stars
Summary: Not bad
Review: Thearon Willis's approach is pretty straight forward, and that's what I like. In short this book gets a solid positive review and has minor peeves.

In short this is a great intro to SQL server 7. Good use of explaining triggers, and stored procedures. Most important the examples are REAL WORLD BUSINESS examples that you can use. So many other books get you to do things that are totaly useless.

While I wouldn't design and interface like he did, or make the tables, as such, and I did find his stored procedures a bit overly lengthy, it's still a great book to get started on and has a lot of usefull stuff. Knowing VB helps but not neccesary and is of course not concentrated on either..

solid 4, Another good Wrox book.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates