Consultor Eletrônico



Kbase P4423: How to read a table sequencially
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/12/2002
Status: Unverified

GOAL:

How to read a table sequentially

GOAL:

You have an historic table and you need to read this table sequentially, in the same order that you put the records in the table (FIFO - First in first out).

FIX:

There are two possible options:
1. Add a sequence in the DB to get the NEXT-VALUE for each record created.
2. Add a date/time field.