Identify the letter of the choice that best matches the phrase or definition.
A. When using this control to add a new record to a database table, the Save Data button must be used to save the new record
B. Used to generate the connection information required for a program to access a database
C. As soon as the program connects to the database and fills this object, the program should disconnect from the database
D. Each bindable field item in this window can be placed on a Windows Form object
E. A DataTable object contains this command that is used to fill the data table with data from the selected database table
F. The dat prefix is used to do this to a DataTable
G. To keep the maximum number of these available for use, the program should keep one open only as long as necessary
H. When you drag database field objects from the Data Sources window, the Visual Studio automatically creates this to populate the form
I. Property that can be used to determine the number of columns in a DataTable
J. Each one of these in a relational database must contain a unique value
A. BindingNavigator
B. Data Source Configuration Wizard
C. DataTable
D. Data Sources
E. Fill
F. initialize
G. connection
H. databinding
I. Count
J. table
You might also like to view...
Which of the following is a good candidate for a primary key?
A) A student ID in a college registration database B) A postal code in an address database C) A car model in a Motor Vehicle Department database D) A street name in an address database
Denial of service (DoS) attack means an attack designed to overwhelm the target system so it can no longer reply to legitimate requests for connection.
a. true b. false