aspose file tools
The moose likes JDBC and the fly likes prepareStatement() returns 0 value Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "prepareStatement() returns 0 value" Watch "prepareStatement() returns 0 value" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: prepareStatement() returns 0 value
 
Similar Threads
Working with registry
Getting the arraylist through session
this code is giving file not found exception
Finding Nth Largest element of an array without sorting
urgent help needed in JTable !!!!!!!!!!!!!!