After you have configured a DataSet with the Data Source Configuration Wizard, the next step is to load the DataSet with the data stored in the database.

Answer the following statement true (T) or false (F)

True

Computer Science & Information Technology

You might also like to view...

Which of the following is the most direct example of how encapsula tion is supported in C++?

a. constructors b. destructors c. member functions d. public and private specifiers e. the class declaration

Computer Science & Information Technology

A condition that allows a programmer to circumvent the private modifier and change the private instance variable is called:

a. a copy constructor b. a privacy leak c. a class invariant d. an anonymous object

Computer Science & Information Technology