Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The next step is to write the stored procedures.  Write Write two stored procedures - a function and a subroutine.

...

The subroutine(called oi_change_name) simply changes the name of the argument passed to it to Francis X Bushman.  In In a real-life situation, the argument might be used to return a status code after running a process such as posting transactions.  The The subroutine is shown below:

...