Home

What is the correct answer?

4

Using OLEDB you can connect more than one table

A. True

B. False

Correct Answer :

A. True


Related Questions

If a Form is Inherited from another Form and both Forms have certain codes… ________ converts to long datatype This property of TrackBar is not present To get details about an error use InputBox by default returns ________ values While handling keystrokes if e.Handled=True is set then Visual Basic In TreeView to collapse all the nodes of a selected node ___________ method… The name of the IDE window that allows you to see the hierarchical arrangement… Function abc() As StringReturn 10End Function A user wants that custom colors are visible when the Color Dialog Box… You can assign a Main Menu to any control The EventLog's ________ method is used to write an entry to a log file ___________ is used to pass copies of a variable while __________ is used… ScrollBars can be added to To vertically arrange all forms in an MDI form use Class ccpublic _________ I as stringend classButton1_Clickcc.I=100 A single OLEDBAdapter can have many DataSets To redimension an array with its previous values intact use ___________… In HelpProvider ___________ property is used to mention the help file… A DataSet can hold multiple tables even if there are similar fields A TreeView can have multiple root nodes A Class can inherit both Class and Interface at a time A form can have only one default button In Class, Me.Show and MyClass.Show are same (Show is method name) On error goto lbl is a The correct sequence of Form Loading is Data from DataSet is accessed using34 If a Class in inherited, its constructor is inherited automatically and… VB.NET supports Multi Level Inheritance If a form call another form and the caller form is closed through code,…