Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CR 8.5 Executing Stored Procedure twice before generating the Report

Status
Not open for further replies.

nikhilr

Programmer
Sep 5, 2002
10
0
0
IN
Hi,

I am getting a strange problem with Crystal Report 8.5
The report uses a stored procedure (SQL Server) to get the data.

In the stored procedure before executing the select query some inserts are done in some other tables.

When the report is executed through Crystal Reports it executes the stored procedure twice.

I am unable to figure out why this could be happening.

 
Make sure 'Verify on Every Print' isn't checked in the Database menu. Anytime a 'Verify Database' happens, the procedure will be re-run, hence your double execution.

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top