Search results

  1. R

    Functions Overload

    Hello everyone, I wonder if we can make overloaded procedures or function in Progress 4GL 9.1E. Thank you in advance.
  2. R

    Stored Procedures Exceptions

    Hi everyone, Im starting to work with Stored Procedures and i havent found a way to handle Exceptions the way i want. when i throw an Exception into a "catch" block like this: DhSQLException SQLExc = new DhSQLException(5,new String("error!")); try{ ..... }catch (DhSQLException e){ throw...
Top