AdoRecordset:Seek()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordset:Seek()

Previous pageReturn to chapter overviewNext page

Purpose

Searches the index of a Recordset to quickly locate the row that matches the specified values

 

Prototype

METHOD Seek ( aKeys AS ARRAY, lSeekOption AS USUAL )  AS VOID 

 

Argument(s)

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

 

 

Return

NOTHING

 

See Also

AdoRecordset