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

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

Showing Answers 1 - 1 of 1 Answers

We use seek method to the objects in the table.It enables us to change the Index property of the Table object to change the order of the Seek. For intensive searches, we may want to create a Table object so that we can use the Seek method along with the find methods on the open Dynasets.

Syntax:
recordset.Seek KeyValues, SeekOption

It is applied to Recordset Object (ADO)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions