[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to add datavalue into database from text file

  • Thread starter Thread starter miha56155136
  • Start date Start date
Status
Not open for further replies.
M

miha56155136

Guest
I'm so sorry, but Progress documentation suggest ASSIGN. From documentation ( Progress KB - How to use a Database Sequence? ) : For example, the following CREATE trigger for the Item table automatically assigns a unique item number using NextItemNum sequence: TRIGGER PROCEDURE FOR Create OF Item. ASSIGN Item.ItemNum = NEXT-VALUE(NextItemNum). If I undestand quite normal, in my project trigger should to be: TRIGGER PROCEDURE FOR CREATE OF Owner.IdPerson. ASSIGN Owner.IdPerson = NEXT-VALUE(IdPerson_seq).

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