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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date format between oracle & crystal reports

Status
Not open for further replies.

infodbases

Programmer
Jun 6, 2003
1
US
I am manipulating date format in pl/sql and trying to getdata for those dates by passing parameters.pl/sql is executes perfectly in oracle environment but when I call that procedure in Crystal 9 environment I am getting error like date should not be 0 or value mismatch
 
You haven't mentioned your date type.. Crystal does not handle timestamps correctly...

Lisa
 
Lisa: What problem does Crystal have with timestamps, I know about the timestamps with timezones concern.

-k
 
In 8.5 (with maybe not the latest but close) native drivers. Timestamps come across as 6 char strings (blank). I have to convert them to date (in SQL expression) before using them in a report. On one test with ODBC use of a timestamp field caused crystal to crash.

Lisa
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top