Kbase P1494: FOR FIRST statement against a table with no index defined or
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/03/2003 |
|
Status: Unverified
GOAL:
FOR FIRST 4GL statement against a table with no index.
SYMPTOM(s):
records are displayed by rowid instead of any index.
CAUSE:
No index defined within a table.
CAUSE:
Using default-index in the table.
FIX:
Records will be retrieved by rowid when performing a FOR FIRST 4GL Statement if there is no index defined within the table.
Thus performing a FOR FIRST 4GL Statement against a Table with no index will return always the record bu ROWID.