project BLF > class Persistence (other) > method DeleteAsExternalControl

Description

Mark a database object as no longer in external control


Parameters


iiObjectIdinputintegerinternal ID
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program1/other.p)

&if defined(DEBUGSQL) > 0 &then
run SqlDebugWrite in {&TARGETPROCEDURE} ("* ":U + program-name(1), 1).
&endif

run SqlExtCtrlDel in {&TARGETPROCEDURE}
   (iiObjectId, output oiReturnStatus).