Skip to content
  • Thomas Markwalder's avatar
    [3080] Replaced use of CURSORs with single step selects · e954809f
    Thomas Markwalder authored
        Changed the SQL statements used to retrieve data to be simple selects
        rather than declared as cursors.  This allows the selects to be executed
        with a single statemen execution, eliminating the need for BEGIN and END
        blocks.
    
        Other minor clean up.
    e954809f