Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
Msql
Msql.msql

Method Msql.msql()->affected_rows()


Method affected_rows

int Msql.msql()->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