Working with OpenEdge database sequences

Sequences are a feature of OpenEdge databases that allow you to automatically increment a value in a field.

You use sequences programmatically. Typically, when you create a new record, a procedure uses a sequence to automatically generate a sequential value for a field. For example, a sequence can increment a customer number when a new customer record is added to a table.