Home

What is the correct answer?

4

In OLEDB database can be accessed without using DataSet

A. True

B. False

Correct Answer :

A. True


Related Questions

/*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… Dim a() as Integer-{1,2,3,4}is a valid statement If an user-defined class have a user-defined event then, the class object… This view is not present in VB.NET This property of TrackBar is not present A TreeView can have multiple root nodes A Class can inherit both Class and Interface at a time InputBox by default returns ________ values In OLEDB database can be accessed without using DataSet The correct sequence of Form Loading is If a form call another form and the caller form is closed through code,… ScrollBars can be added to Use a _________ statement to make Visual Basic object the default object… In TreeView to collapse all the nodes of a selected node ___________ method… _________ actually updates the values in a DataSet permanently To add controls at runtime use /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… A MsgBox can have maximum ___________ button(s) To redimension an array with its previous values intact use ___________… If a Class in inherited, its constructor is inherited automatically and… If you want to open a file named "a.txt" use DataSet can be used to connect to Crystal Report Finally is fired only when error occurs If a Form is Inherited from another Form and both Forms have certain codes… You create a UserControl having a TextBox and include that in a separate… If Option Explicit is on then Dim i as Integer="10" will produce an error The Apply button automatically appears of the Font Dialog Box is opened A user wants that custom colors are visible when the Color Dialog Box… Get method is used to We need multiple ErrorProviders from multiple controls.