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

  • Thread starter Thread starter Brian K. Maher
  • Start date Start date
Status
Not open for further replies.
B

Brian K. Maher

Guest
Terry, The details for error 2869 are as follows: Inside a database trigger procedure, you cannot do anything to release the record that is the object of the trigger. You cannot execute a RELEASE statement that would release the record, nor can you execute any FIND or FOR EACH that would read any record into the same buffer (this would force a RELEASE of the current record). Is your code doing anything like this? Perhaps defining alternate buffers in b.p would help. Brian

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