Programming Languages Java Objective
Mar 10, 2013

What is the proper code to put data into the dataset called CustomerDataset using the CustomerDataAdapter object?

Choose the correct answer:
A) CustomerDataset.Fill(CustomerDataAdapter)
B) CustomerDataAdapter.Fill(CustomerDataset)
C) CustomerDataset.Load(CustomerDataAdapter)
D) CustomerDataAdapter.Load(CustomerDataset)
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback