Hi All
I've converted a bunch of reports from Crystal Reports 7 to Crystal Reports 2008 as part of a migration from ASE (Sybase) to MS SQL Server. I also verified it via the "Set Database Location" option in Crystal Reports 2008. When I converted the reports I pointed them to one of my test databases (let's call this DB_a). I call these reports from a Delphi 4 application and it works fine. The thing now is that when I try and run this report for another database (let's say DB_b) it gives an error: "Error: 723 Error in file reportname Execute ".
If I go back to Crystal 2008 and verify the report against DB_b it works fine on DB_b but gives the error on DB_a. I compiled the same stored procedure that the report uses on both databases and the data that it returns is the same on both called from the back-end.
Does anyone have any idea what the problem could be?
Thanks