Recent content by markh

  1. M

    Calling SQL stored procedures from 4GL

    Unfortunately don't have time currently to look at dataservers (isn't this always the case) and not sure my customer would like to bear the cost either. I have a couple of thoughts for mixed VB / progress options but was looking for a single Progress 4GL solution without significant R&D...
  2. M

    Calling SQL stored procedures from 4GL

    I have a procedure to read from ODBC using ADO and COM-HANDLES. This works fine for standard SQL Select statements but I cannot get it to work for stored procedures. Here is the Code from my ReadODBC procedure:- /*-----------------------------------------------------------------*/ DEFINE...
Top