MySQL Forums
Forum List  »  General

Re: Number of transaction records
Posted by: Peter Brawley
Date: February 25, 2017 11:00PM

https://www.heidisql.com/forum.php?t=9791 says HeidiSQL has a problem with row_count(). If you need the makers of HeidiSQL to fix that problem, ask them.

As http://stackoverflow.com/questions/23884734/mysql-row-count-function-always-returning-0 makes clear, in PHP multiple queries present other issues. In PHP you should canvass the number of changed rows with mysqli_affected_rows().

For Connector/Net issues, use that forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: Number of transaction records
February 25, 2017 11:00PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.