Hi everbody,
I have a doubt.I am having a field called mydate of type DATETIME in database in SQL SERVER 2000.From my
jsp i call
date mydate=request.getParamater("mydate")
and try to insert into database by calling
EJB Method addheader(---,mydate,--) .It is giving error.
Kindly give me solution as how to convert this
string value received from request.getParameter() to java.sql.Date
The matter is most urgent.Kindly give me solution as soon as possible.
[ May 26, 2004: Message edited by: Bear Bibeault ]