<< Click to Display Table of Contents >> Show Number of Rows Affected |
![]() ![]() ![]() |
When executing some SQLs not having a display output as for example INSERT INTO TableName ..., UPDATE TableName ..., DELETE FROM TableName ..., you may like to get a feed back on how many records met the criteria and were affected by execution of the SQL statement or SQL script:
This dialog will not display, if the SQL script is terminated by a SELECT statement.
If you are running a great number of non-SELECT SQLs being confident of the proper number of rows/records being affected, you may bypass this feed back dialog by deselecting the [Show Number of Rows affected ...].
__________________________