PreviousNext
Help > Development > Accessing AS/400 data > Native Access > Record Seek > Record seek on a query
Record seek on a query

Warning : HReadSeek on a non indexed column of a query will read all the records to find out the right one. This process can be long, and the result could be inconsistent if the column is not sorted.

Option SQLIDX in extended info allows to dynamically create indexes on query columns.