5. AffectedRows

[<<<] [>>>]

R = ODBC::AffectedRows(DB)

Use this function to get the number of rows affected by a previous UPDATE, DELETE or INSERT command. The function returns undefined number in case the last executed was none of the above command types.

The underlying ODBC function this function calls is SQLRowCount.


[<<<] [>>>]