skip to main content
OpenEdge Data Management: DataServer for ODBC
Programming Considerations : ABL issues : FIND statements
 

FIND statements

The DataServer fully supports the FIND FIRST, CURRENT, LAST, PREV, and NEXT statements for MS SQL Server data source tables that have unique indexes. If a table has no unique index, only the FIND FIRST and FIND NEXT statements are available for that table. The following sections provide additional information about specific FIND statements.
In this section: 
* FIND NEXT statement
* FIND PREV and FIND LAST statements