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
 
(One intermediate revision by one other user not shown)
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)
* Yes but to late. My apologise for that --[[User:Mrdejong|Mrdejong]] 18:49, 24 June 2008 (GMT)

Latest revision as of 16:49, 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.