Quote Originally Posted by ARPRINCE
Have you tried passing "mm/dd/yyyy" as the date format?
I tried both the format,but it didn't work. I tried with another stored procedure where the parameter is of type string of 1 character length. I tried with values like 'C',"D",['C'],["C"],C,[C]. for every input the same error i am getting. none is working.

I solved the current problem with another view where no parameter is required. but anyway i want to know how to sent the date parameter of stored procedure in crystal report.

Thank you so much