Advantage Client Engine
Skips through an index only stopping on unique keys.
UNSIGNED32 |
AdsIsIndexNullable ( ADSHANDLE hIndex, SIGNED32 lRecs ); |
hIndex (I) |
Handle of index order. |
lRecs (I) |
Number of records to skip (can be negative). |
ulRetCode = AdsSkipUnique( hIndex2, 1 );
See Also