To connect a Visual Basic 2012 application to data in a database, use the ____ Wizard. a. Database Source Connection b. Database Source Configuration c. Data Source Connection d. Data Source Configuration

Respuesta :

Answer:

Option(d) i. e "Data Source Configuration"  is the correct answer for the given question.

Explanation:

In the ADO.Net of Visual basic 2012 when we want to create the dataset we used the Data Source Configuration wizard. The Data Source Configuration wizard helps to connect with the database in the visual basic of the 2012 application. The Following are the step when we want to create the Dataset.

  • Select the project which will we have to connect with the database
  • After Selecting the project open the wizard of  Data Source Configuration.
  • After selecting the wizard to choose the new data source as well as the database type of the data-source.
  • Finally, configure the appropriate database file.