 | Windows Database Applications
At the completion of this chapter, you will be able to...
- Retrieve and display data from a SQL Server database on Windows forms.
- Use the ADO.NET data components: TableAdapters, DataSets, and DataConnectors.
- Display database fields in a grid and in details view.
- Sort database data using a method and an SQL query.
- Concatenate data fields using SQL or the DataSet Designer.
- Access data using a stored procedure.
- Write a multitier application that separates the data tier from the presentation tier.
- Declare and instantiate DataSet and TableAdapter objects in code and write the code to bind data to form controls.
|