Using the auto-open index does not create an index, but provides a virtual index, based on an ordered result set provided by the backend. The index key compromises either by the primary key or by a given ORDER BY clause.
Function DbSeek() Professional
Positions the record pointer to a record based on the value of an index expression
DbSeek() can be used in conjunction with the ODBCDBE since the ODBCDBE is a compound DBE, consisting of the data, dictionary and the order component.
It is required to set the session property ODBCSSN_INDEX_AUTOOPEN to .T. (true) before retrieving the result set by DbUseArea().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.