Visual Basic (VB) Question:
Download Questions PDF

What is Seek Method which type of record set is available this?

Answer:

Only in DbOpenTables.
Syntax: rs.index = "empno"
rs.seek "=" , 10
If with our setting the rs.index then run time error will occur.

Download Visual Basic (VB) Interview Questions And Answers PDF

Previous QuestionNext Question
What are the different types of Dialog Box in VB?What is Zorder Method?