Try OpenEdge Now
skip to main content
Online Help
Introducing Progress DB Navigator : Tasks : Working with OpenEdge databases : Viewing and maintaining OpenEdge database schema : Working with OpenEdge database sequences
 
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.
* Displaying OpenEdge database sequence properties
* Adding OpenEdge database sequences
* Editing OpenEdge database sequences
* Dropping OpenEdge database sequences