It has taken most of a day to boil this [cough] phenomenon down into a simple reproducible... Why does the line "152 row(s) affected" appear in the results tab when I run the following script in ISQL 17.0.9.4882 on an empty database? MESSAGE STRING ( '****************************** CREATE EVENT rroad_purge' ) TO CLIENT; BEGIN DROP EVENT rroad_purge; EXCEPTION WHEN OTHERS THEN END; ------------------------------------------------------------------------------------------------------------------------------------------------- CREATE EVENT rroad_purge HANDLER BEGIN END; It has something to do with the line of dashes, but why? ...this has never happened before. |