Hi,
I am writing a report with CR 2008 (12.0.0.683) connecting to an Oracle 11 R2 DB using a 32bit ODBC.
I prepared a command that is to be used later as the source of a cascaded parameter:
SELECT dDate, Col1, Col2
FROM myTable;
The column dDate is of type DATE.
After this command is saved, I notice that dDate is changed to type DateTime.
I tried to CAST dDate explicitly as DATE in the command. No success.
Any ideas? I really don't what to have the parameter defined as DateTime to fit the command...
Regards,
Yuanyuan