Exam 10: Incorporating Databases with ADO.NET

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

A ____ object is a temporary cache storage for data retrieved from a data source.

(Multiple Choice)
4.8/5
(35)

The number of rows or columns in the DataTable can be computed using the ____ property.

(Multiple Choice)
4.8/5
(32)

The Data Source Configuration Wizard uses the ____ method to populate a DataSet object with table rows and columns from a selected table within a database.

(Multiple Choice)
4.7/5
(41)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -To keep the maximum number of these available for use,the program should keep one open only as long as necessary

(Multiple Choice)
4.8/5
(31)

Critical Thinking Questions Case 10-2 Melissa helps you figure out how to use the OleDbDataAdapter to make a connection to a database for you. But in order to help you learn as much as you can, she wants you to begin to figure out things on your own. -Which of the following is NOT a true statement Melissa can make to you about filling the DataTable object you have created?

(Multiple Choice)
4.9/5
(41)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Used to generate the connection information required for a program to access a database

(Multiple Choice)
4.9/5
(38)

Data binding can only be accomplished by writing code.

(True/False)
4.9/5
(26)

The only valid source for a database is a local hard drive.

(True/False)
4.9/5
(35)

You cannot complete data binding by coding.

(True/False)
4.7/5
(43)

A user cannot delete a record from a database table using the BindingNavigator control.

(True/False)
4.9/5
(36)

Which of the following must be installed on your computer before you can incorporate databases with ADO.net?

(Multiple Choice)
4.7/5
(38)

A database should be used in ____________________ form,with the procedure shown in the accompanying figure,in order to minimize the use of computer and network resources. A database should be used in ____________________ form,with the procedure shown in the accompanying figure,in order to minimize the use of computer and network resources.

(Short Answer)
4.7/5
(30)

A ____ contains a specific piece of data within a record in a database table.

(Multiple Choice)
5.0/5
(41)

The prefix ____________________ is used when naming an OleDbDataAdapter in code.

(Short Answer)
4.9/5
(29)

A DataSet permanently stores database data in the application.

(True/False)
4.8/5
(33)

A table's ____________________ represents the identifying field used to uniquely identify each record in the table.

(Short Answer)
4.9/5
(42)

To view the data available in the source database,you need to click Show Data Sources on the VIEW menu.

(True/False)
4.8/5
(31)

Data from a database is available for dragging onto a Windows form from the Data ____________________ window.

(Short Answer)
4.9/5
(34)

A ____ in a database structures data into rows and columns.

(Multiple Choice)
4.9/5
(26)

To support databases using Visual Basic 2012,a library called ____ Data Objects works within all Windows,Office,and Web applications.

(Multiple Choice)
4.7/5
(26)
Showing 21 - 40 of 112
close modal

Filters

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