Stored Procedure

I put a stored procedure ("exec nameofprocedure") in a dbxquery and when I run Fast Report it doesn??t respond anymore. Do you have a hint?

Comments

  • edited 6:33PM
    Put a DBXQuery2 at report with the SQL statement:
    EXECUTE storedprocedurename
    At the OnStartReport event, put this line:
    DBXQuery2.ExecSQL;
    And it runs.
    I will never go back to this forum. Thanks.

Leave a Comment