Search results

  1. 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