Question: 1. The StatesDataSet contains a table named tblStates. The table contains two text fields named State and Capital. Which of the following will add a
1. The StatesDataSet contains a table named tblStates. The table contains two text fields named State and Capital. Which of the following will add a new record to the dataset?
a. StatesDataSet.tblStates.AddStatesRow(strS, strC)
b. StatesDataSet.tblStates.AddRowToStates(strS, strC)
c. StatesDataSet.tblStates.AddtblStatesRow(strS, strC)
d. StatesDataSet.AddtblStatesRow(strS, strC)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
