[progress Communities] [progress Openedge Abl] Forum Post: Re: Attempt To Disconnect A Ter...

  • Thread starter Thread starter Andriy Kudelya
  • Start date Start date
Status
Not open for further replies.
A

Andriy Kudelya

Guest
The DELETE PROCEDURE statement disconnects any local buffers established by the procedure. In addition, any buffers passed as parameters to a persistent procedure are treated as local buffers. While all cursor positioning established on these buffers by the persistent procedure is lost, there is no affect on the original buffers passed as parameters from the caller. Note that all buffers are validated before being disconnected (which might cause database write triggers to execute). If the validation fails, the DELETE PROCEDURE statement raises the ERROR condition and pends the deletion until the validation succeeds and all database write triggers have completed. Andriy.

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