Indeed, I had the same problem once, and I made some work around, by using the To_Date() function when passing the date value to Oracle, and it was working perfectly.
instead of passing the date to the database, send a string "to_date('your date value','format')"
hope that can help
MHD Yasir Al-lahham
|