Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to pass a datetime type parameter from jsp file to crystal?

Status
Not open for further replies.

lyu

Programmer
Feb 8, 2005
26
US
My report uses a stored procedure which takes a parameter of type datetime. (I am using MS SqlServer). Now I want to pass the value of the parameter from jsp file. Does anyone know how to do it? I used a Calendar-type varialbe in my jsp file, like val.setValue(Calendar.getInstance()), but it keeps saying "some parameters are missing"

Please help me. Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top