Exam 13: Working With Access Databases and Linq

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

The ____ statement is used for exception handling in a procedure.

(Multiple Choice)
4.9/5
(31)

The ____ property (of the DataGridView)allows you to format a column's data,as well as change the column's width and alignment.

(Multiple Choice)
4.9/5
(37)

Write a LINQ statement to select all blue bicycles.Order the bicycles in ascending order by quantity.

(Essay)
4.8/5
(24)

The field used to link a child table to a parent table is known as the ____ in the child table.

(Multiple Choice)
4.8/5
(29)

The ____ clause of LINQ is used to arrange the records in either ascending (the default)or descending order by one or more fields.

(Multiple Choice)
4.8/5
(38)

An error that occurs while an application is running is called a(n)____.

(Multiple Choice)
4.9/5
(44)

You can use a(n)____ to specify both the records to select in a dataset and the order in which to arrange the records.

(Multiple Choice)
4.8/5
(30)

Write the code needed to include a Try...Catch statement that will handle an error that might occur while saving in an application.Use the following statements in the Try block,along with a message for the user of the Student Data Application that notifies the user the changes have been saved.Provide an error message if an exception occurs. Write the code needed to include a Try...Catch statement that will handle an error that might occur while saving in an application.Use the following statements in the Try block,along with a message for the user of the Student Data Application that notifies the user the changes have been saved.Provide an error message if an exception occurs.

(Essay)
4.9/5
(34)

When you drag an object from the Data Sources window to an existing control,the computer does not create a new control;rather,it merely binds the object to the existing control.

(True/False)
4.7/5
(31)

The BindingSource object's ____ methods move the record pointer to the first,last,next,or previous record in the dataset.

(Multiple Choice)
4.7/5
(33)

When you drag an object from a dataset to an empty area on the form,the computer creates a control and automatically binds the object to it.

(True/False)
4.7/5
(39)

The tblItems table contains a numeric field named Price.Which of the following statements finds the lowest price for an item and assigns the result to the dblLowPrice variable? The tblItems table contains a numeric field named Price.Which of the following statements finds the lowest price for an item and assigns the result to the dblLowPrice variable?

(Not Answered)
This question doesn't have any answer yet
Ask our community

Write a LINQ statement to select all records.

(Essay)
4.7/5
(27)

A label,text box,or button can be added to the BindingNavigator control by accessing the control's task box and clicking ____.

(Multiple Choice)
4.8/5
(34)

A(n)____ is an electronic file that contains an organized collection of related information.

(Multiple Choice)
4.9/5
(28)

Relational databases contain multiple tables that relate to each other in some way.How are primary and foreign keys used in such a database?

(Essay)
4.7/5
(47)

Connecting an object to a control is called ____.

(Multiple Choice)
4.9/5
(40)
Showing 41 - 57 of 57
close modal

Filters

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