If I have the Triggers tab in the Object Explorer selected and I execute SQL to drop all triggers, then I get the following exception in Toad 7.5.0.291: System.ArgumentOutOfRangeException Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Stack Trace: at System.ThrowHelper.ThrowArgumentOutOfRangeException() at Quest.FastData.FastTable.RowCollection.GetFastRow(FastTable fastTable, Int32 index) at Quest.FastData.FastTable.System.Collections.IList.get_Item(Int32 index) at Quest.FastData.FastRowCollection.get_Item(Int32 index) at Quest.Toad.MySQL.Trl.TriggerTrl.get_Source() at Quest.Toad.MySQL.Trl.TriggerTrl.SourceTrl.get_Source() at Quest.Toad.MySQL.Dov.ScriptViewControl.Source(ITrl trl) at Quest.Toad.MySQL.Dov.ScriptViewControl.DataUpdated(Object sender, EventArgs args) at Quest.Toad.Cache.LiveCache.UpdatedProxy(Object sender, EventHandler handlers)
↧