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()
Answer: C
Computer Science & Information Technology
You might also like to view...
Polymorphism enables you to:
a. program in the general. b. program in the specific. c. absorb attributes and behavior from previous classes. d. hide information from the user.
Computer Science & Information Technology
What are some of the methods that you can use with the SelectionStart and SelectionEnd properties of MonthCalendar to calculate new dates? For example, if you wanted to calculate the date of an event that will occur 10 days from the SelectionStart date, what MonthCalendar method could you use?
What will be an ideal response?
Computer Science & Information Technology