sqlite_changes

Returns the number of rows that were changed by the most recent SQL statement. ()
int sqlite_changes ( resource dbhandle )

Returns the numbers of rows that were changed by the most recent SQL statement executed against the dbhandle database handle.

See also sqlite_num_rows().

This HTML Help has been published using the chm2web software.