Recompile_Proc subroutine

Recompiles one or more specified stored procedures.

Recompile_Proc(procnamelist)

The Recompile_Proc subroutine has the following parameter.

ParameterDescription
procnamelistSpecifies a name or list of names of stored procedures to recompile.

Note: Stored procedures can also be recompiled using the Repository('COMPILE') function, or the RTP5 subroutine.

Note: $INSERT records in a stored procedure are not recompiled by Recompile_Proc. However, they are recompiled by the Repository('COMPILE') function.

* Recompiles the QUICK_REPORT stored procedure.

Recompile_Proc("QUICK_REPORT")

If Get_Status(ErrCodes) Then
  GoSub ErrorHandling
End
  • guides/programming/programmers_reference_manual/recompile_proc.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1