[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: May OpenEdge classes set the error-status?

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

Ken Ward

Guest
Or what about DO TRANSACTION: CREATE x IF-MISSING WHERE [where- clause]. /* if the query fails, it creates a new record, if the query succeeds, then the x buffer is set to that record. */ ASSIGN x.field1 = value1 .... END. /* transaction */

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