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

Have one to sell? Sell yours here
 
   
Beginning ASP.NET Databases Using VB.NET
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Beginning ASP.NET Databases Using VB.NET (Paperback)

~ John Kauffman (Author), Fabio Claudio Ferracchiati (Author), Brian Matsik (Author), Eric N. Mintz (Author), Jan D. Narkiewicz (Author), Kent Tegels (Author), Donald Xie (Author), John M. West (Author), Jesudas Chinnathampi (Author), James Greenwood (Author) "One of the most important requirements for any web site is to accurately and safely transmit and store information..." (more)
Key Phrases: duplicate key row, data reader object, command builder object, End Sub, Private Sub, Visual Studio (more...)
4.1 out of 5 stars  See all reviews (17 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
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
Upgrade this book for $7.99 more, and you can read, search, and annotate every page online. See details
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

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

25 new from $0.33 21 used from $0.33

Formats

Amazon Price New from Used from
Paperback $26.39  

Frequently Bought Together

Customers buy this book with Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition by Matthew MacDonald

Beginning ASP.NET Databases Using VB.NET + Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition

Customers Who Bought This Item Also Bought

Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition

Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition

by Matthew MacDonald
3.4 out of 5 stars (9)  $31.49
Beginning ASP.NET 1.1 with VB.NET 2003

Beginning ASP.NET 1.1 with VB.NET 2003

by Chris Ullman
3.2 out of 5 stars (14)  $39.99
ASP.NET and VB.NET Web Programming

ASP.NET and VB.NET Web Programming

by Matt J. Crouch
3.5 out of 5 stars (16)  $49.99
Beginning ASP.NET Using VB.NET

Beginning ASP.NET Using VB.NET

by Chris Ullman
ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)

ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)

by Marco Bellinaso
4.5 out of 5 stars (67)  $26.39
Explore similar items

Editorial Reviews

Product Description

What you need to know

This book is for people who:

  • Have some experience of programming ASP.NET with Visual Basic(r) .NET
  • Are familiar with the operation of the .NET Framework
  • Want to learn how to use ASP.NET to make data-centric web applications

What you will learn from this book

For a web site to offer its users an experience that improves on that of newspapers or textbooks, it needs a way to change the information it contains dynamically - and that means it needs access to a data source. Through the combination of ASP.NET and ADO.NET, Microsoft provides everything you need to access, read from, and write to a database so that your web users can view and manipulate that data from a web browser. In this book, we'll show you how it's done.

Packed with clear explanations and hands-on examples, Beginning ASP.NET Databases Using VB.NET contains everything you'll need on your journey to becoming a confident, successful programmer of data-driven web sites. In particular, we'll look at:

  • Connecting to common data sources, including SQL Server(r) and MS Access
  • Reading data with data reader and dataset objects
  • Creating and deleting records, and editing data
  • Displaying data with ASP.NET's web server controls
  • Writing and using stored procedures from VB.NET code
  • Placing your data access code in reusable class libraries

The book closes with a real-world case study that consolidates the tutorials throughout the book into a practical result.

"This book is based on my experience teaching hundreds of developers over the last 12 years. In it, you'll find everything you need to begin using databases from your ASP.NET applications." —John Kauffman

From the Publisher

This book is for people who have some experience of programming ASP.NET with Visual Basic .NET, are familiar with the operation of the .NET Framework, and want to learn how to use ASP.NET to make data-centric web applications. No prior knowledge of database programming is necessary. --This text refers to an out of print or unavailable edition of this title.

Product Details

  • Paperback: 480 pages
  • Publisher: Wrox (June 15, 2002)
  • Language: English
  • ISBN-10: 076454375X
  • ISBN-13: 978-0764543753
  • Product Dimensions: 9 x 7.3 x 1.1 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (17 customer reviews)
  • Amazon.com Sales Rank: #995,405 in Books (See Bestsellers in Books)

Inside This Book (learn more)

Citations (learn more)
This book cites 1 book:



What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

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

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

 
10 of 11 people found the following review helpful:
4.0 out of 5 stars Best for beginners, October 4, 2002
This book is good for people who have minimal experience with VB.NET and ASP.NET. It's very easy to read and understand and find what you need. With little background of VB.NET and ASP.NET, you will be able to write your first database driven web applications. This book is good as a starting point on the subject matter. The book goes through the items in short simple to understand paragraphs.

For experienced developers, you may want to skip the first two chapters. Chapter 2 gives an overview of realational database, how to use the database to retrieve and store the data. Chapter 3 covers methods for connecting to several different data source such as SQL Server, Excel, and XML. Chapter 4 and Chapter 5 have lots of examples in reading and displaying the data using Data Reader and Data Set objects. All the examples in the book use Data Grid control for displaying the data. Later in the book, it discusses ways of using the data grid control for creating,inserting, editing, and deleting records. I tried several of the examples in the book and they worked fine. That is one thing I have come to like about the WROX press books is their examples are very understandable and easy to learn from.

Also, the experienced developer who is interested in learning the subject matter may find many other sections in the book boring because they will go through material they already know. It would be very nice to see a book such as this that can cover the subject for people who are already experienced as developers.

This book is well written and has the information that a junior programmer can use on his/her first programming language and the VB.NET/ASP.NET fundamentals for the experienced programmer to get a first look. ---Reviewed by Michael S.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
5 of 5 people found the following review helpful:
5.0 out of 5 stars Comprehensive and professional beginners book, July 31, 2002
By Mark Horner (Australia) - See all my reviews
It is not until you read a book that is dedicated to using databases in ASP.NET that you realize just how much there is to learn. This is a very readable & well structured book with excellent `Try It Out' examples that provide easy to follow step-by-step guides.

Obviously understanding data readers, datasets, command objects and web server controls is vital but there are some rare and extremely useful chapters: componentization - leveraging class libraries for data access, performance, and a chapter that discusses Data-Driven ASP.NET application in the Real World that raises some very interesting issues; for example security tips, raising your own database errors & organizing your code.

The authors not only provide information that you would expect but they offer every encouragement to raise the bar by discussing ways to do things even better; for example `A Better Connection String', creating Data Access classes, and fine tuning dataset & datareaders.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
6 of 7 people found the following review helpful:
2.0 out of 5 stars Frustrating Experience, June 16, 2004
I've been reading some of the other reviews on this page, and I can't believe they are reading the same book. I have had problems running the code in several of these exercises, particularly with any code that has the DataGrid control. I've also noticed I'm not the only with this problem, since I have browsed the Wrox website forums and found others who were having the same problems with the code. I even submitted code from Chapter 3, page 67 to Microsoft Support, after receiving nothing but a blank page when I ran it. Microsoft noticed that the code was MISSING a required clause! The exercise in question is the FIRST exercise in the book. If the first exercise you attempt fails even though you made no typos, it's frustrating. I can easily see a novice programmer getting discouraged and giving up. I'm an experienced ASP programmer and even I was getting fed up!

I've been a big fan of other books by Wrox, but this one leaves a lot to be desired.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

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

3.0 out of 5 stars Good For Additional Practice
I've recently finished building all the examples in this book from scratch, using both EditPlus and VS. Read more
Published on November 13, 2005 by bonehead2005

2.0 out of 5 stars Mixed Bag
My guess is that the reviewers who gave this text five stars did not actually attempt to reproduce working versions of all the examples. Read more
Published on January 23, 2005 by Jake Burkey

5.0 out of 5 stars Easy to follow
I have enough programming books that if weighed would weigh as much as a car.

I love this book.

The best part is that I can read it and follow the examples without having to... Read more

Published on June 14, 2004 by David A. Young

5.0 out of 5 stars Great for Beginers... Good reference
This was my first book on .NET and I think it was a great tool to help me learn the basics of database programming. Read more
Published on May 13, 2004 by J. Suarez

2.0 out of 5 stars Mostly ADO.NET, very little ASP.NET
I was very disappointed with this book. Yes, it's useful for understanding the new ADO.NET objects, but then keeps it's focus on RDBMS design instead of relating how to usefully... Read more
Published on March 19, 2004 by Random Blackburn

5.0 out of 5 stars Superb
The book is superb. It is filled with WORKING examples. I am currently on page 121 and every example so far has worked flawlessly. Read more
Published on November 25, 2003 by tim_sf3

5.0 out of 5 stars Good reference book for ASP.Net beginner
This is a great book which covers most of technique to write an ASP.Net web application using VB.Net for database access. Read more
Published on May 31, 2003 by Kam Ng

5.0 out of 5 stars Great for beginning!
I found this book very useful just like any other Wrox book. It has everything one needs to start learning .Net database applications. Read more
Published on February 3, 2003 by Amitabh Chaturvedi

5.0 out of 5 stars Full of tips and best-practice methodologies
Accessing databases and datastores via the internet is becoming commonplace today. This book gives developers the fundamentals of what databases are, how to connect to them with... Read more
Published on October 4, 2002 by Southern California .NET User ...

3.0 out of 5 stars Direct, no-nonsense approach
What I liked most of this book is the plain, simple and direct approach to the different database access methods using ASP.NET with VB.NET. Read more
Published on September 27, 2002

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
 


Active discussions in related forums
Discussion Replies Latest Post
C# or Java? 66 16 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

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.