Talk:Modules/MTA-MySQL/mysql rows: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Maybe add mysql_affected_rows(handler)
Maybe add mysql_affected_rows(handler)
Need to return: 1 if the (insert/update) query had updated/inserted rows in to the database. And 0 other wise.
Need to return: 1 if the (insert/update) query had updated/inserted rows in to the database. And 0 other wise.
* I will look at it --[[User:Ryden|Ryden]] 23:42, 26 June 2008 (CDT)
* Have you seen this function? [[Modules/MTA-MySQL/mysql_affected_rows]] --[[User:Ryden|Ryden]] 23:42, 26 June 2008 (CDT)

Revision as of 04:45, 27 June 2008

Maybe add mysql_affected_rows(handler) Need to return: 1 if the (insert/update) query had updated/inserted rows in to the database. And 0 other wise.