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

    Fetch in Progress SQL92

    cferriol, The jdbc driver that provide Progress does not implement that method, it is implemented since JDBC 2.0, otherwise you will have to do or show the rows that you want to show in other way.
  3. 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