Cryastl Reports is not recognizing that a new parameter has been added to the report's stored proc
Posted
by ann
on Stack Overflow
See other posts from Stack Overflow
or by ann
Published on 2010-03-25T20:52:09Z
Indexed on
2010/03/25
20:53 UTC
Read the original article
Hit count: 305
crystal-reports
|stored-procedures
i have added another input parameter to a stored proc used by a crystal report. i've had our dba recompile the stp to be sure that the new parameter is cached and "really there".
i cannot get my crystal report to recognize the new parameter -- i've tried verifying database and using the Set Datasource Location/Update to re-select the stp.
i'm using cr11 against a 2005 sql server db.
any other suggestions?
© Stack Overflow or respective owner