Kbase P21475: How to get the last record in a SDV?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/19/2003 |
|
Status: Unverified
GOAL:
How to get the last record in a SDV?
FIX:
GET statement returns one record for a previously opened query.
Syntax:
GET { FIRST | NEXT | PREV | LAST | CURRENT } query
[ SHARE-LOCK | EXCLUSIVE-LOCK | NO-LOCK ]
[ NO-WAIT ]
LAST query returns the last record associated with the query.