Multiple Choice
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.
-Assuming a database named Travel.accdb,which of the following lines of code will Melissa tell you is correct as you construct the statement to disconnect from the database?
A) odaTravel.Unlink()
B) odaTravel.Break()
C) odaTravel.Dispose()
D) odaTravel.Disconnect()
Correct Answer:

Verified
Correct Answer:
Verified
Q60: A _ in a database is a
Q61: Many business databases are password protected.
Q62: In a database,a(n)_ is referred to as
Q63: The Delete button on the BindingNavigator control
Q64: The Fill command is used to fill
Q66: To use a database in a Windows
Q67: Data _ is the term that is
Q68: The data access technology called _ allows
Q69: Visual Studio provides tools to connect an
Q70: CASE<br>Critical Thinking Questions<br>Case 10-1<br>As you prepare to