CdbConnection::GetRecordsAffected Property

Returns the number of records affected by the most recently invoked Execute method.

The return value is an integer from 0 to the number of records affected by the most recently invoked Execute method on the Connection object.

Syntax

LONGGetRecordsAffected(VOID);