This is a discussion on Crystal Report from Stored Proc? within the SQL Server Data Warehousing forums, part of the Microsoft SQL Server category; --> Hello, I have a crystal report, that selects data from a stored procedure. When I use Sql Server 2000, ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I have a crystal report, that selects data from a stored procedure. When I use Sql Server 2000, every thing was ok, but one day, I did update both VS.NET 2003 and Sql Server 2000 to VS.NET 2005 and Sql Server 2005. This report gets correct result if I run on my computer (where the Crystal Engine was setup from VS.NET 2005 package).But when I run the report on another computer (where the Crystal Engine was setup from Merge Module from BusinessObjects) report can not recognize all parameters in Stored Procedure (note that, if the report selects data from a table or view then it works ok everywhere, only wrong if it selects from a stored procedure). |