FIND NEXT statement
- Last Updated: January 26, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
FIND NEXT statement
The FIND NEXT statement can generate different results with the DataServer when
compared to the same statement executed against an OpenEdge database. A FIND NEXT statement refers to a previous FIND statement only if
the WHERE clauses of each statement are identical. If the
WHERE clauses are different, or if one of the statements does not have a
WHERE clause, the FIND NEXT will behave
like a FIND FIRST statement.
For more information, see FIND statement.