Removes all of the objects in a collection.
collection.Clear
The collection placeholder represents an Errors collection whose objects you want to remove.
Use the Clear method on the Errors collection to remove all existing Error objects from the collection. When an error occurs, ADO automatically clears the Errors collection and fills it with Error objects based on the new error. However, some properties and methods return warnings that appear as Error objects in the Errors collection but do not halt a program's execution. Before you call the Delete, Resync, UpdateBatch, or CancelBatch methods on a Recordset object or before you set the Filter property on a Recordset object, call the Clear method on the Errors collection so that you can read the Count property of the Errors collection to test for returned warnings as a result of these specific calls.
CancelBatch, Delete, Filter, Resync, UpdateBatch
file: /Techref/language/asp/comp/dameth01_6.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/9 15:21,
13.59.20.51:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/asp/comp/dameth01_6.htm"> Clear Method (ADO)</A> |
Did you find what you needed? |