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

1
Visual Basic uses ADO.NET database technology
A)True
B)False
2
A relational database generally contains multiple tables and relationships between the tables
A)True
B)False
3
A database may contain more than one table
A)True
B)False
4
Any time a database is open, one record is considered the current record
A)True
B)False
5
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
6
The toolbox contains the TableAdapter component that allows you to establish a link from a specific file or database to your program
A)True
B)False
7
A table adapter automatically generates SQL statements that you can use to access or update data
A)True
B)False
8
A binding source handles retrieving and updating the data in a file
A)True
B)False
9
A dataset is a temporary set of data stored in the memory of the computer.
A)True
B)False
10
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







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 10 > True or False