>>>> 2013/07/02 12:29 +0100, Neil Tompkins >>>> I have a number of INSERT and UPDATE statements in a MySQL Stored Procedure, that works in the form of START TRANSACTION followed by COMMIT. Also I am handling any EXCEPTION.
However, after calling COMMIT, how can I get the number of Rows that were affected either INSERTED or UPDATTED ? <<<<<<<< Can you use function ROW_COUNT to any effect? If you can, probably you have to add its yields up in your own code. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql