T
terry_b
Guest
Hi, We have a trigger that calls program a.p . This program makes a persistent call to b.p , runs an internal procedure and then when its done it deletes the handle to b.p . Under some circumstances when the handle to b.p is deleted ( DELETE PROCEDURE hHandle_b.p) We get the error "Attempt to disconnect a record, which is running a trigger. (2869)" and the program crashes. Any ideas as to the cause? At this time my only option is to not call b.p persistently. Thanks.
Continue reading...
Continue reading...