Question: 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
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
3.51 Rating (154 Votes )
There are 3 Steps involved in it
c StatesDa... View full answer
Get step-by-step solutions from verified subject matter experts
