[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Deleting a record or records in Corticon using ADC

  • Thread starter Thread starter Gertjan Hendriks
  • Start date Start date
Status
Not open for further replies.
G

Gertjan Hendriks

Guest
Hi Branden, I must admit I have only used READ, WRITE and UPDATE within ADC thus far, which work fine. Did you enter any values in the Runtime Properties of your Service Call-out? You have to specify your Datasource name (e.g. your ADC Datasource) and a Query Name there (the query containing the DELETE statement). If you created a DELETE statement in your CORTICON_ADC_WRITE_DEFS and the records are still not deleted, then this sounds like an ADC bug to me. Or perhaps the DELETE statement isn't supported in ADC, something I can hardly imagine. But maybe I am overlooking something, as I cannot find other statements than READ and WRITE in the documentation. If I had to work around this as a temporary solution, I'd flag the records that I want to file for deletion (delete T/F) via ADC WRITE and exclude the flagged records from a new read (and perhaps create a new EDC enabled Decision Service to delete the records that have a flag). This is not a great solution to say the least, but it might work for now. Let me know if this works. -Gertjan

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