October 2003
Intermediate to advanced
736 pages
15h 25m
English
A large majority of existing and even new Windows applications are built to access a database. If you're building that kind of application (and chances are very good that you are), you'll need to know how .NET supports access to relational data providers as well as how that support is integrated into VS.NET for ease of development of your WinForms applications.
Of course, accessing databases is a huge undertaking that can't be covered completely in anything less than an entire book (at least). This chapter only introduces the basics of ADO.NET, the part of the .NET Framework responsible for providing access to the myriad of data providers. For example, although we use this chapter to explore data sets ...