Visual Basic (VB) Question:

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

Tweet Share WhatsApp

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) PDF Read All 102 Visual Basic (VB) Questions
Previous QuestionNext Question
What are the different types of Dialog Box in VB?What is Zorder Method?