Home

What is the correct answer?

4

Data1.Recordset.FindFirst "State=NY"
The above code will find the record in a given database

A. Find the first record in the given database

B. Find the first record in the given database in which the state is NY.

C. The above command will find a record very fast where the state is NY

D. None of the above

Correct Answer :

B. Find the first record in the given database in which the state is NY.


Related Questions

Say there is a string "Ramcharan"; when someone using Mid() function like… To get the property window in visual basic you have to press : You can get the ASCII value of any character or number by using When someone uses the code like list1.list(1); then it will return the… Terminate is a valid event in form operation If there is a control array of label for 10 elements, then what will be… It is possible in visual basic to specifying array limit like from 1 to… It is possible to change the shortcut key assigned to any menu for accessing… Visual Basic has ____________ number of editions The fundamental property of RichTextBox control is If you want a list box control with check box option, which property of… It is possible to build an application without using any form: It is possible to declare 'Dynamic Array' in visual basic. Time variable is used to store date and time in visual basic In form load event, if the following code is written then guess what will… In visual basic, number of loop control structure is _____________. CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will Visual Basic produce: It is possible to load a MDI form without any childform. what will be the output of the code below :private sub command_click()dim… Flag property is used to adjust the function of each common dialog box One can change or read the alignment of one or more paragraph of rich… In visual basic you can draw something in It is possible to change the password character property of text box control… List count property returns total number of items in list box control. When using do loop-while statement then the statements within the loop… To add the commondialog control to any project one has to include it from To get the property window in visual basic you have to press Function can return array as return value: It is possible to insert a picture in a option button control.