This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes proble with preparedStatement Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "proble with preparedStatement" Watch "proble with preparedStatement" New topic
Author

proble with preparedStatement

Kishore Vallabhajosyula
Greenhorn

Joined: Mar 07, 2007
Posts: 2
Hi All,

I am facing a problem with preparedStatement.executeUpdate(). My requirement is that I will execute an update query first and I need to log the result of executing query. My expectation is that, when no records are updated zero will be returned. But all the times it returns the number of rows matched. I tried even getUpdateCount(). Solution should work with both mysql and oracle.

Please advice.

Thanks,
Kishore.
Aditya Kumar
Ranch Hand

Joined: Oct 31, 2006
Posts: 46
Can you please show us the code? It helps.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: proble with preparedStatement
 
Similar Threads
Data Type Conversion(urgent)
Batch processing
Career selection J2ee vs. Net
adding a section and subsection dynamically
How to close all child windows from parent window