programming:programming_in_openinsight:choosing_a_stored_procedure_type

Choosing a Stored Procedure Type

Refer to these suggestions to determine the procedure type you need:

  • Use a subroutine when you need to return the values of the arguments passed to the subroutine.
  • Use a function when you need to pass arguments and return a single value when the function is complete.
  • programming/programming_in_openinsight/choosing_a_stored_procedure_type.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1