Exam 10: Incorporating Databases with ADO.NET

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

SELECT

A database can contain only one record.

Free
(True/False)
4.8/5
(28)
Correct Answer:
Verified

False

The ToolStrip control used for navigating through database records is called the BindingToolStrip._________________________

Free
(True/False)
4.9/5
(40)
Correct Answer:
Verified

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)

A column in a database table is referred to as a ____.

(Multiple Choice)
4.8/5
(39)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)