[progress Communities] [progress Openedge Abl] Forum Post: Re: Sequence Oracle To Progress

  • Thread starter Thread starter kirchner
  • Start date Start date
Status
Not open for further replies.
K

kirchner

Guest
Hi Fernando, if you use Oracle DataServer to interop with the Ora DB, then you can use something along these lines: ASSIGN CURRENT-VALUE(seq-ped-nf, 'OldDB') = NEXT-VALUE(ped_item_nf, 'NewDB'). You can even do that in a loop using DYNAMIC-CURRENT-VALUE and DYNAMIC-NEXT-VALUE. But you need a way to correlate the names. Why are you changing names anyway?

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