| Author |
prepareStatement() returns 0 value
|
Tijo Mathew
Greenhorn
Joined: Mar 12, 2012
Posts: 16
|
|
Hi
I am using the following code in struts. When i call this method from an action class, it prints null value. It not inserting values in to database. Any help is appreciable.
Thanks in advance
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Just call db.printStackTrace(). It will show you the error itself, and its cause if it has one.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Tijo Mathew
Greenhorn
Joined: Mar 12, 2012
Posts: 16
|
|
|
thanks...i rectified the error....
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Would you mind telling us what the error was? That way somebody else may learn from it in the future.
|
 |
Tijo Mathew
Greenhorn
Joined: Mar 12, 2012
Posts: 16
|
|
|
actually it was date mismatching with MYSQL date data type. I got through using the db.printStackTrace() in my code. Thanks for help.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
You're welcome
|
 |
 |
|
|
subject: prepareStatement() returns 0 value
|
|
|