Try OpenEdge Now
skip to main content
Programming Interfaces
Data Management : Database Access : Sequences : Accessing and incrementing sequences : Compiling procedures that reference sequences
 
Compiling procedures that reference sequences
When compiling procedures that use sequence statements and functions, do not run OpenEdge with the Time Stamp (-tstamp) startup parameter. All references to CURRENT-VALUE and NEXT–VALUE statements and functions in the r-code depend on CRC calculations made with the _Sequence metaschema table, and are not available with time stamping. CRC validation is now the default data consistency option for OpenEdge.