Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
SEEKGT, SEEKGE, SEEKEQ Statements
◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
ISAM available in Professional Edition only
──────────────────────────────────────────────────────────────────────────────
Cause the first matching record in an ISAM table to become the current
record. For example, the record becomes current when the current-index
column value is:
• Equal to keyvalue (SEEKEQ)
• Greater than or equal to keyvalue (SEEKGE)
• Greater than the argument keyvalue (SEEKGT)
Requires PROISAM.EXE or PROISAMD.EXE in the programming environment
(VBDOS.EXE).
SEEKGT [#]filenumber% ,keyvalue [,keyvalue]...
SEEKGE [#]filenumber% ,keyvalue [,keyvalue]...
SEEKEQ [#]filenumber% ,keyvalue [,keyvalue]...
■ filenumber% Number of open ISAM table (same number used
in OPEN statement)
■ keyvalue Expression less than 256 characters long
See Also
◄CREATEINDEX Statement► ◄DELETEINDEX Statement►
◄GETINDEX$ Function► ◄ISAM Database Development►
◄MOVEFIRST Statement► ◄MOVELAST Statement►
◄MOVENEXT Statement► ◄MOVEPREVIOUS Statement►
◄OPEN Statement (File I/O)► ◄PROISAM Command-Line Options►
◄PROISAMD Command-Line Options► ◄SEEK Function►
◄SEEK Statement►