Running a Stored Procedure Before Performing SELECT

A

Altemir

I have a report based on a view in SQL Server that I access from
Crystal Reports 8.5 via ODBC. The problem is that the data in the view
is based on a table that is updated using a make-table query on SQL
Server.

Is there a way to remotely trigger the stored procedure from Crystal
Reports BEFORE the record source select is performed?

Thanks in advance,

David
 
Top