Mastering the SAP Business Information Warehouse: Leveraging the Business Intelligence Capabilities of SAP NetWeaver
Mastering C# Database Programming
by Jason Price
ISBN:0782141838
Sybex 2003 (665 pages)
This guide will help you understand database programming as it provides focused coverage of ADO and how it relates to C#, as well as other complex topics including transactions, Windows forms, Web Forms, XML, and Web Services.
Table of Contents
Mastering C# Database Programming
Introduction
Part 1 - Introduction to ADO.NET and Databases
Chapter 1
-
Introduction to Database Programming with ADO.NET
Chapter 2
-
Introduction to Databases
Chapter 3
-
Introduction to Structured Query Language (SQL)
Chapter 4
-
Introduction to Transact-SQL Programming
Chapter 5
-
Overview of the ADO.NET Classes
Chapter 6
-
Introducing Windows Applications and ADO.NET
Part 2 - Fundamental Database Programming with ADO.NET
Chapter 7
-
Connecting to a Database
Chapter 8
-
Executing Database Commands
Chapter 9
-
Using DataReader Objects to Read Results
Chapter 10
-
Using Dataset Objects to Store Data
Chapter 11
-
Using DataSet Objects to Modify Data
Chapter 12
-
Navigating and Modifying Related Data
Chapter 13
-
Using DataView Objects
Part 3 - Advanced Database Programming with ADO.NET