Features
- Cover Type: Paperback with 512 pages
- Published by: Microsoft Press January 30, 2002
- Written in: English
- ISBN 10 Number: 0735612366
- ISBN 13 Number: 978-0735612365
-
Book Dimensions:
9 x 7.3 x 1.4 inches
- Weighs: 3 pounds
Product Description
This title is ideal for any developer who seeks guidance on how to exploit the database functionality and advanced, integrated development environment in
Microsoft Visual Basic .NET. The book covers core Visual Basic database development topics, with details on using Visual Basic .Net with
Microsoft ActiveX Data Objects (ADO), ADO+, and
Microsoft SQL Server. It's full of insightful explanations and expertly rendered examples for rapid acceleration of development productivity, faster applications, and more powerful results.
Reader ReviewsFirst, this book assumes you are already familiar with either vb.net or c#.net. This may be the reason some others have had problems, as her examples require some familiarity. An example from early in the book is "Add a call to the RefreshValues procedure to the end of each of the CheckedChanged event handlers." If you don't understand that sentence, you will have a hard time getting through this. You will want to start with one of the vb.net books (I recommend Coding Techniques for Microsoft Visual Basic .Net by John Connell for starting out). Otherwise, all of the sample code has worked fine and the errata listed on Microsoft's web site only has a few code sample problems. So why 4 stars instead of 5? I think that she could have explained some of the topics and code a little more for those of us who are newbies to ADO. She seems to assume that the reader is familiar with ADO and is moving to ADO.NET and as a result does not explain some things quite as well as she could. One example of this is in DataTables. There is a table showing dofferent forms of the Tables.Add Methods. In the table, it shows 4 options and the text describing the entries in the table pretty much matches the table exactly. Then the examples only show 1 of the options and the remaining three options are never further explained or demonstrated. The other problem I had was that there seems to be no point to the code. You will add a foreign key to a table and the code will add it and then display the name of the key you added. But then it is never used again in he program. There's a lot of how, but not very much why. Still, I have used this book a few times now as a reference. It is the most complete book I have found so far in showing you how to do something in ADO.NET, so the technical content is very complete. So, here's the summary. If you're already comfortable with VB.NET or C#.NET and especially if you are moving from ADO to ADO.NET, then I would recommend this book. If you are just starting with .NET programming, start elsewhere and then come back here. At the very least, it makes a good, complete reference to ADO.NET.