Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
An XML schema describes the fields, data types, and any constraints such as required fields.
A)True
B)False
2
A TableAdapter, a DataSet, and BindingSource objects are added to the component tray when you add data-bound controls to a Windows form.
A)True
B)False
3
The toolbox contains the TableAdapter component which allows you to establish a link from a specific file or database to your program.
A)True
B)False
4
A table adapter automatically generates SQL statements that you can use to access or update data.
A)True
B)False
5
A binding source handles retrieving and updating the data in a file.
A)True
B)False
6
A dataset is a temporary set of data stored in the memory of the computer.
A)True
B)False
7
When working with a dataset, you are connected to the original database and all changes take place in the original database table.
A)True
B)False
8
You can use a DataGridView control on a Windows form to display the fields from a database table.
A)True
B)False
9
The DataGridView control has a smart tag that can be used to activate the Data Source Configuration Wizard.
A)True
B)False
10
If you select a database on a local disk drive when you select Local Database File, the Data Source Configuration Wizard will create a copy of the database file in the project's folder.
A)True
B)False







Programming in Visual C# 2005Online Learning Center

Home > Chapter 10 > True or False