FIND NEXT statement
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.