Hi,
I am using Oracle 8i and crystal reports 8.5. I have several reports which are populated by procedures from on the database.
These procedures substring a date for use in if statements and concatenates it back together for a parameter. For some reason this works fine on my machine but not on another machine. It seems that the date format is yyyy-mm-dd on the other machine. I have checked nls_date_format and the regional date format settings and both appear to be dd/mm/yyyy. I have also tried putting alter session set nls_date_format = 'dd/mm/yyyy hh24:mi:ss' in the packages but this also does not work.
Any ideas ?? I know that it is either a setting somewhere or esle there is possibly a work around within the package?
would REALLY appreciate any suggestions
cheers
I am using Oracle 8i and crystal reports 8.5. I have several reports which are populated by procedures from on the database.
These procedures substring a date for use in if statements and concatenates it back together for a parameter. For some reason this works fine on my machine but not on another machine. It seems that the date format is yyyy-mm-dd on the other machine. I have checked nls_date_format and the regional date format settings and both appear to be dd/mm/yyyy. I have also tried putting alter session set nls_date_format = 'dd/mm/yyyy hh24:mi:ss' in the packages but this also does not work.
Any ideas ?? I know that it is either a setting somewhere or esle there is possibly a work around within the package?
would REALLY appreciate any suggestions
cheers