[progress Communities] [progress Openedge Abl] Ability To Define An Auto Increment Field

  • Thread starter Thread starter danielb
  • Start date Start date
Status
Not open for further replies.
D

danielb

Guest
Common practice for a table with an ID is to define the table, define the field, define the sequence, and then manually assign the field with the NEXT-VALUE() from the sequence. It would be good to have a field defined as AUTO INCREMENT, where this mapping was handled by the database itself. Alternatively, allow for a temp-table field to be defined as such, so importing records from an XML file, or similar, does not require additional variables.

Continue reading...
 
Status
Not open for further replies.
Back
Top