What is Seek Method which type of record set is available this?
By on Apr 28, 2007 in Visual Basic Interview Questions
Only in DbOpenTables.
Syntax: rs.index = “empno”
rs.seek “=” , 10
If with our setting the rs.index then run time error will occur.


