<< Click to Display Table of Contents >> AdoRecordset:Seek() |
![]() ![]() ![]() |
Searches the index of a Recordset to quickly locate the row that matches the specified values
METHOD Seek ( aKeys AS ARRAY, lSeekOption AS USUAL ) AS VOID PASCAL CLASS AdoRecordset
aKeys An array of values to compare against each corresponding column in the index
lSeekOption A SeekEnum value that specifies the type of comparison to be made
NOTHING