I've been trying to create a crystal report which pulls data from a stored procedure. The problem I come across is that the parameter is not accepted to the stored procedure.
I tried to test if database connection is through by creating a simple crystal report which pulls data from a table sitting in the sample database and the report shows data correctly. Therefore I assume the database connection has no problem.
Does anyone know any step-by-step tutorial or have any clue that what I might have done wrong of missed? Thanks for any help.