project BLF > class Persistence (other) > method CleanupState

Description

Clears all records form the database that hold state information


Parameters


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 SqlCleanupState in {&TARGETPROCEDURE}
   (output oiReturnStatus).