I have used executeUpdate method in my code, to execute an update query, according to the its definition on msdn, it would return the no. of rows updated, but in practical, it only returns 0 (the otherwise case) and does not returns the no. of rows updated. Does it, or not returns the number of rows / records updated when an update statement is executed or there is something which I am missing. Please share your thoughts.
Thanks in advance.
*This post is locked for comments
I have the same question (0)