October 22, 2007 at 5:49 am
Hi, guys, sorry to bother you again but I need help from any Crystal Reports pros here. What is the proper format to pass date values to DateTime variables in the sproc via CR8?
I normally use the standard format:
[Code]CR1.ParameterFields(0) = "FromDate;Date(" & Format(DTPicker.Value, "YYYY,MM,DD") & ");True"[/Code]
This is rendered as an invalid format sprocs. I've tried other formats to no avail. Any help will be appreciated.
October 22, 2007 at 7:48 am
October 22, 2007 at 8:27 am
November 1, 2011 at 11:26 pm
The SP returns the data-set as a tabular and good for RDL or crystal reports. But, this sp is really not returning a "table" value set as in Functions.
In another word, if you are in another TSQL or a process you may not call the SP with
...
select * from SP_XYZ..
only
exec SP_XYZ or SP_XYZ is allowed.
Make sense?
Cheers,
John Esraelo
Viewing 4 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply