Exam 10: Incorporating Databases with ADO.NET
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
The SQL statement:
____________________ * FROM ApprovedTravelRequests
is a query statement that requests that the entire table named ApprovedTravelRequests is opened for use by the application.
Free
(Short Answer)
4.9/5
(36)
Correct Answer:
SELECT
The ToolStrip control used for navigating through database records is called the BindingToolStrip._________________________
Free
(True/False)
4.9/5
(40)
Correct Answer:
False
Explain OleDbDataAdapter and what it consists of,and provide its general form.
(Essay)
4.7/5
(45)
In a database,a(n)____________________ is referred to as a record.
(Short Answer)
4.8/5
(34)
To fill a ComboBox object with data from a field in a database,the ComboBox object must be bound to that field.
(True/False)
4.8/5
(28)
A ____ is a field in a table that contains unique values in each record.
(Multiple Choice)
4.8/5
(38)
Once you have configured a DataSet with the Data Source Configuration Wizard,what is the next step? Be sure to include the term data binding in your response.
(Essay)
4.7/5
(36)
You create a connection to a database by specifying a(n)____________________ from the Windows application to the database source.
(Short Answer)
4.8/5
(31)
Use the Next Record button on the navigation toolbar of an application to move through records in a database.
(True/False)
4.7/5
(36)
The process of defining a(n)____________________ to a database is the same for all types of databases.
(Short Answer)
4.8/5
(30)
As shown in the accompanying figure,when you want to select which database objects you want in the DataSet,____ next to the Tables option.
(Multiple Choice)
4.8/5
(41)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A DataTable object contains this command that is used to fill the data table with data from the selected database table
(Multiple Choice)
4.9/5
(33)
A(n)____ string contacts the data source and establishes a connection with the database using the Data Source Configuration Wizard.
(Multiple Choice)
4.9/5
(37)
The first step in accessing database information is to establish a ____ with the database.
(Multiple Choice)
4.8/5
(41)
You can run an application by tapping or clicking the ____ button on the Standard toolbar.
(Multiple Choice)
4.7/5
(38)
LINQ makes it easy to query data using SQL commands within the Visual Basic code window._________________________
(True/False)
4.7/5
(32)
If you are using ADO.NET 4.5 in Visual Basic 2012,you must create a coded connection for the Windows form.
(True/False)
4.8/5
(29)
The OleDbDataAdapter consists solely of a path statement to connect to the database to fill the DataSet.
(True/False)
4.7/5
(44)
Showing 1 - 20 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)