I'm having a problem with reports in Crystal.net I have a stored procedure in SQL Server for the record source. When I have a date field in the procedure, I get a date conversion error in the .net crystal report designer. Anyone know why this is? Is there a better way to set a record source?
As a workaround, I took all parameters off the stored procedure and used the record selection formula to pick off the records. The problem is, SQL will then get all the records and hand it to Crystal to sort them out. This is slow.
Can anyone describe the best way to set the record source for a crystal report in the .net environment.
Thanks in advance!
As a workaround, I took all parameters off the stored procedure and used the record selection formula to pick off the records. The problem is, SQL will then get all the records and hand it to Crystal to sort them out. This is slow.
Can anyone describe the best way to set the record source for a crystal report in the .net environment.
Thanks in advance!