| Author |
How to use to_date in preparedstatement
|
Mohan Reddy
Greenhorn
Joined: Feb 10, 2006
Posts: 21
|
|
hi, Please help me to use to_date function in PreparedStatement as its showing error.... thanks in advance
|
cheers<br /> <br />mohan.<br /> <br /><br />Always do what you are afraid to do...
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Why are you using to_date with a PreparedStatement? Could you not just bind the date parameter (i.e. with setDate())?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Mohan Reddy
Greenhorn
Joined: Feb 10, 2006
Posts: 21
|
|
Thanks Mr. Paul.. I got succeeded.
|
 |
 |
|
|
subject: How to use to_date in preparedstatement
|
|
|