Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Msql
Msql.msql

Method Msql.msql()->affected_rows()


Method affected_rows

int affected_rows()

Description

This function returns how many rows in the database were affected by our last SQL query.

Note

This function is availible only if you're using mSQL version 2 or later. (That means: if the includes and library of version 2 of mSQL were availible when the module was compiled).

This function is not part of the standard interface, so it is not availible through the Sql.Sql interface, but only through Sql.msql and Msql.msql programs