ADO Delete Method (Parameters Collection)

Home | About me | EXCEL VB Programming (XL97-2003) | ACCESS Programming | EXCEL VB.Net Programming | EXCEL Spreadsheet Functions Material Management  |  Guestbook
 

 

ADO Parameters Collection >> Delete Method

The Delete method deletes an object from the Parameters collection.

You must call the Update method of the Fields Collection to make this deletion. This method has one parameter.

Syntax

Parameters.Delete Index

 

Parameter

Description

Index A String value that contains the name of the object you want to delete, or the object's ordinal position (index) in the collection.

Example

objCommand.Parameters.Delete 3