Chapter 15. Programming with ADO.NET

With this chapter, we start exploring applications that manipulate large sets of data stored in a database. After a quick introduction to databases, you'll learn about the basic mechanisms of interacting with databases. As you will see, it's fairly straightforward to write a few VB statements to execute SQL queries against the database in order to either edit or retrieve selected rows. The real challenge is the design and implementation of functional interfaces that display the data requested by the user, allow the user to navigate through the data and edit it, and finally submit the changes to the database. You'll learn how to execute queries against the database, retrieve data, and submit modified or new ...

Get Mastering Microsoft® Visual Basic® 2010 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.