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

1
A database may contain more than one table.
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
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
4
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
5
After you connect a DataGridView control to a dataset you must then write code in the form's Form_Load event in order to fill the dataset from the database table.
A)True
B)False







Programming in VB .NET 2005Online Learning Center

Home > Chapter 10 > True or False