Home

What is the correct answer?

4

_________ actually updates the values in a DataSet permanently

A. OleDataAdapterq1.update(DataSet1,"emp")

B. DataSet1.Merge(DataSet1)

C. DataSet1.AcceptChanges()

D. DataSet1.Update()

Correct Answer :

C. DataSet1.AcceptChanges()


Related Questions

In reports ___________ property help to assign user-defined criteria If nothing is selected in a combo box, its index value is ________ converts to long datatype If you want to open a file named "a.txt" use To add controls at runtime use To retrieve the default path of the project use If Option Explicit is on then Dim i as Integer="10" will produce an error In TreeView to collapse all the nodes of a selected node ___________ method… A thread can be started only once Images can be loaded from A Windows Service if installed cannot be uninstalled A TreeView can have multiple root nodes A form can have only ______ Main Menu and _________ Context Menu The Apply button automatically appears of the Font Dialog Box is opened A DataSet can hold multiple tables even if there are similar fields A function can have multiple return statements Default event handler of Splitter is Dim a() as Integer-{1,2,3,4}is a valid statement If MustOverride is used then ____________ is also a must. _________ and _____________ combines to make a KeyPress event /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.… A form can not call itself This property of TrackBar is not present If a Form is Inherited from another Form and both Forms have certain codes… /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… To override Finalize function the scope of the function must be If a form call another form and the caller form is closed through code,… You create a UserControl having a TextBox and include that in a separate… FolderBrowserDialog displays This view is not present in VB.NET