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 2: Line 2:
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.
* Have you seen this function? [[Modules/MTA-MySQL/mysql_affected_rows]] --[[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.