diff options
-rw-r--r-- | odb/mssql/statement.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx index 2920c04..74326a0 100644 --- a/odb/mssql/statement.hxx +++ b/odb/mssql/statement.hxx @@ -419,7 +419,7 @@ namespace odb return execute (n, &mex); } - // Return the number of rows affected (deleted) by the parameter + // Return the number of rows affected (updated) by the parameter // set. If this is a batch (n > 1 in execute() call above) and it // is impossible to determine the affected row count for each // parameter set, then this function returns result_unknown. All |