The StatesDataSet contains a table named tblStates. The table contains two text fields named State and Capital.

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 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)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: