In a previous article, "mukesh bhakta" <mukesh_bhakta@hotmail.com> said:
> AND prlc_cust_id = 'CU00001030' AND prlc_startdate < '15/07/2005
>09:32:28 AM' AND prlc_type = 'A' ORDER BY prlc_startdate
[quoted text clipped - 8 lines]
>resulted in an
>out-of-range datetime value.
Instead of trying to pass the timestamp as a character string, assign it
to a variable of type java.sql.Timestamp, and bind it.

Signature
Paul Tomblin <ptomblin@xcski.com> http://xcski.com/blogs/pt/
The implication of the camel on the front of the Perl book is, I think, quite
clear: Perl programmers permanently have the hump and are predisposed towards
spitting. -- Jonathan Page
mukesh bhakta - 15 Jul 2005 02:59 GMT
Hi Paul,
Thanks for the quick response.
However, the case being we do not want to change anything in the code
at the moment rather we want to take the existing production code base
and replicate a test environment.
Is there anything in the settings that we should check to confirm that
both servers are on the same wavelength?
Cheers
MB