Home

What is the correct answer?

4

Delete method of the recordset of Data Control or Data Access Object is delete the record which is pointed out by the record pointer.

A. True

B. False

Correct Answer :

A. True


Related Questions

Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… It is not possible to change the back color property of option button… Currency variable stores fixed point numbers with : You can get a dropdown list and as well as can add some text directly… To get the property window in visual basic you have to press In runtime it is not possible to change the form size. Terminate is a valid event in form operation The other Single Document Interface forms are by default child of MDI… IsDate() function returns true if its argument is a valid date and time The extension name of a Visual Basic form is _____________. Flag property is used to adjust the function of each common dialog box Through which property of option button control one can change the font… It is possible in visual basic to specifying array limit like from 1 to… In visual basic, number of loop control structure is _____________. The size of 'Boolean' data type is : when using 'do until-loop' statement as stated belowI=10Do until I>5Print… ABS() function will generate a hole value when used with a number with… Isnull(), IsEmpty() determines weather any variable has been initialize… If the Flag constant for the font common dialog box is cdlCFPrinterFonts… Which property of list box control reports the number of selected items. The default startup object can not be changed in a project In a text box control the default caption for text box is text1. When someone uses the code like list1.list(1); then it will return the… If there is a control array of label for 10 elements, then what will be… Now() function will return the current drive and directory you are working… By default 'Dim myvar' this statement: RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… To add the commondialog control to any project one has to include it from If you want a list box control with check box option, which property of… It is possible to change the shortcut key assigned to any menu for accessing…