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...
Continue reading...