or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
41 used & new from $2.44

Have one to sell? Sell yours here
 
   
Visual Basic.NET Database Programming
 
 

Visual Basic.NET Database Programming (Paperback)

~ (Author)
3.8 out of 5 stars  See all reviews (4 customer reviews)

List Price: $39.99
Price: $30.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $9.60 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 2 left in stock--order soon (more on the way).

Want it delivered Tuesday, November 17? Choose One-Day Shipping at checkout. Details
18 new from $10.00 23 used from $2.44

Frequently Bought Together

Customers buy this book with Database Access with Visual Basic(R) .NET (3rd Edition) by Jeffrey P. McManus

Visual Basic.NET Database Programming + Database Access with Visual Basic(R) .NET (3rd Edition)
  • This item: Visual Basic.NET Database Programming by Rod Stephens

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Database Access with Visual Basic(R) .NET (3rd Edition) by Jeffrey P. McManus

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Visual Basic 2008 Programmer's Reference (Programmer to Programmer)

Visual Basic 2008 Programmer's Reference (Programmer to Programmer)

by Rod Stephens
4.7 out of 5 stars (13)  $26.39
Database Programming with Visual Basic .NET and ADO.NET: Tips, Tutorials, and Code

Database Programming with Visual Basic .NET and ADO.NET: Tips, Tutorials, and Code

by F. Scott Barker
3.2 out of 5 stars (5)  $31.32
User Interfaces in VB .NET: Windows Forms and Custom Controls

User Interfaces in VB .NET: Windows Forms and Custom Controls

by Matthew MacDonald
4.7 out of 5 stars (7)  $40.42
ADO.NET Programming in Visual Basic .NET (2nd Edition)

ADO.NET Programming in Visual Basic .NET (2nd Edition)

by Steve Holzner
3.5 out of 5 stars (4)  $37.53
Programming Microsoft® Visual Basic® .NET for Microsoft Access Databases

Programming Microsoft® Visual Basic® .NET for Microsoft Access Databases

by Rick Dobson
Explore similar items

Editorial Reviews

Product Description

Visual Basic.NET Database Programming walks the readers step-by-step through the topics they need to know to use databases effectively. This book teaches with real-world scenarios how to load, display, manipulate, modify and save data in databases. It shows the reader how to build multi-tier applications that implement enterprise-wide business solutions, build Web Servers, manage large amounts of data, find specific records, sort data, perform complex queries, and use XML--an integral part of data handling in Visual Basic.NET.



From the Back Cover

Visual Basic.NET Database Programming walks the readers stepbystep through the topics they need to know to use databases effectively. This book teaches with realworld scenarios how to load, display, manipulate, modify and save data in databases. It shows the reader how to build multitier applications that implement enterprisewide business solutions, build Web Servers, manage large amounts of data, find specific records, sort data, perform complex queries, and use XMLan integral part of data handling in Visual Basic.NET.

Product Details

  • Paperback: 416 pages
  • Publisher: Que (April 21, 2002)
  • Language: English
  • ISBN-10: 0789726815
  • ISBN-13: 978-0789726810
  • Product Dimensions: 9.1 x 7.3 x 0.7 inches
  • Shipping Weight: 1 pounds (View shipping rates and policies)
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.com Sales Rank: #557,801 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #77 in  Books > Computers & Internet > Programming > Languages & Tools > Basic
    #91 in  Books > Computers & Internet > Microsoft > Development > Visual Basic > .Net

More About the Author

Rod Stephens
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Rod Stephens Page

Look Inside This Book
Browse Sample Pages:
Table of Contents | First Pages | Index | Back Cover

What Do Customers Ultimately Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(12)
(6)
(7)
(6)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

4 Reviews
5 star:
 (1)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
11 of 11 people found the following review helpful:
5.0 out of 5 stars If you are ready for it, December 26, 2002
By Bob Hoffman (New Jersey) - See all my reviews
This is a great book for breaking into ADO.net, if:

(1) You are familiar with VB.NET and RDBMS concepts and have programmed production database applications with VB6 or other older technologies.

(2) You are not familiar with ADO.net or at least not enough to put an actual application together.

This book will provide a quick, yet thorough, path to fluency using WINFORMs with SQL Server using ADO.net. You have to read the necessary text and code samples thoroughly, and probably repeatedly.

ADO.net is the most powerful and elegant database technology from Microsoft so far. It is very productive if you understand and apply it fully.

The entire book is useful and well written, but the following chapters, in my opinion, are the salient ones for an experienced programmer trying to understand ADO.net:

Chapter 5 - Datasets. ADO.net represents an application's view of RDBMS data as an "in memory database" called a Dataset, complete with various mechanisms for tracking all aspects of transaction processing. Understand this new model completely.

Chapter 6 - Database Connections. The DataAdapter is the new class used for carrying out the actual transactions. Understand it and its associated classes thoroughly. Each DataAdapter contains and carries out commands for Retrieving (Filling), Inserting, Updating, and Deleting sets of rows for a specific DataTable of a Dataset. These commands are most conveniently built by the CommandBuilder. Once you understand this last sentence, you are in good shape.

Chapter 8 - Bound Controls are largely the same as old ADO, but be aware of how a Datagrid bound to a Datatable, when used properly, automates implementation of line items such as order lines.

Chapter 10 is the first chapter that pulls it all together into an operating Windows Form application. Once you understand how the Dataset and DataAdapter families of classes are used here, you are well on your way. You might even start with this chapter for HOW it works and then refer back to the earlier chapters for WHY it works.

Chapters 11 and 12 expand to a robust application of production quality, introducing the necessary multiuser hooks and better UI for queries.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 6 people found the following review helpful:
4.0 out of 5 stars very good, but not for everyone, July 12, 2003
By "mgunnie" (LOKEREN, OVL Belgium) - See all my reviews
Let's start with the (little) negative part, and that's the way this book is organized. In my opinion the first 4 chapters and the appendix A/B should be presented in a different way. I'll see many people starting with chapter 5, or even with the appendix if you need to refresh your knowledge about SQL.
During the past years, i have been working on database apps. with VB6 and SQL Server, and since a while, i had been experimenting a little with data in the .NET environment. In my case, this was the book I needed, because the author does not waste too much time on explaining how to create your first stored proc or how VB works.
Also, he doesn't compare the old ADO with the new ADO .NET which you will see in many other books. No, in chapter 5 you'll get everything to know what you need about the Dataset, maybe some stuff you knew before, but with the details you need, and things start to become more interesting in chapter 8 until the end of the book.
If you are looking for a way to create a quick, nice user interface
by using a datagrid for example this is not the book for you, because these are hardly mentioned.
Instead of this, you'll get to know how to work with xml data, master/detail rel., data binding, images, multi user, query by example,etc. in other words, the data itself.
Excellent book, in case you know the basics about VB .NET and if you've been playing a little bit with ADO .NET, and need to go a step further. However, have a look at the content before you buy.

Gunther

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 8 people found the following review helpful:
4.0 out of 5 stars Good coverage of WinForms & Data Binding, July 24, 2002
By G. Knox (Richmond, CA United States) - See all my reviews
(REAL NAME)   
For an experienced programmer. This book provided what I needed to understand using databases in a WinForms environment (I had used ADO.NET for ASP.NET applications). The first 7 chapters cover database basics and an overview of the data bound controls (moderately valuable for an experienced programmer). I found the real substance (in my case) in Chapters 8, 10, and 11.

Chapter 8 covers a data entry form, how to bind data, navigate, and save changes. The first example is covered in detail the form is then enhanced with record selection options (a listbox, a treeview, and a filtered list box) only key items are discussed in the text (you need to review the downloadable code to fully understand, I like that the little things are not repeated).

Chapter 10 works with an order entry form with multiple DB data tables being maintained and navigating through the twists. Again, several approaches are presented so that you can choose the one with the look & feel you like. Chapter 11 discusses the mult-user situation.

I feel that these examples and clear writing allowed me to make the leap into data bound forms (I came from mostly Access programming where that is well handled). 4 stars because I would like to have seen some discussion/examples of an application with multiple screens and suggestions on how to address a slightly bigger application, but the book delivers on its stated goals.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

2.0 out of 5 stars Invest Your Money Elsewhere
I was truly excited when I acquired this book. However, after spending much time painstakingly following code that promised much but produced nothing; I can with all honesty say... Read more
Published on April 7, 2004

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.