Viewing 8 posts - 16 through 23 (of 23 total)
Thanks a lot the helps, even with addtional choice!!!!
February 8, 2012 at 8:48 am
I got it.
It shoudl be just =:mydate.
Thanks anyway!
January 27, 2012 at 1:57 pm
I got it!
I made it too complex. It shoudl be just use :mydate instead of @mydate. Only drackback is the user has to put in the correct date format ---...
January 27, 2012 at 1:51 pm
Paul ---Thanks a lot for contiuning help me.
Your code works in the SQLPlus. How can I convert it into BIDS(SSRS) format, so I can create a report in BIDS(stripdown Microsoft...
January 27, 2012 at 10:32 am
Paul ---Thanks a lot for contiuning help me.
Your code works in the SQLPlus. How can I convert it into BIDS(SSRS) format, so I can create a report in BIDS(stripdown Microsoft...
January 27, 2012 at 10:26 am
during the passed days, I tried many times. However it still doesn't work for me.
The error message said: ORA-00900: invalid SQL statement
It looks like I may not declare the variable...
January 25, 2012 at 10:30 pm
Where should I put below code:
DECLARE
param_bdate DATE;
param_edate DATE;
SET param_bdate = TO_DATE('01/15/2010','MM/DD/YYYY');
SET param_edate = TO_DATE('01/15/2010','MM/DD/YYYY');
When I put above in the Query text area. The error message below:
Could not update a...
January 11, 2012 at 2:05 pm
Thanks your replying.
Follow your syntax, I received error message:
"An error occurred during local report processing,
An error has occurred during report processing,
Query execution failed for dataset "DataSet1"
ORA-01858: a non-numeric character was...
January 11, 2012 at 12:20 am
Viewing 8 posts - 16 through 23 (of 23 total)