ADOX 2.5 API Reference

Procedure Object

Represents a stored procedure. When used in conjunction with the ADO Command object, the Procedure object can be used for adding, deleting, or modifying stored procedures.




Remarks

The Procedure object allows you to create a stored procedure without having to know or use the provider's "CREATE PROCEDURE" syntax.

With the properties of a Procedure object, you can:

See Also

Command and CommandText Properties Example (VB) | Parameters Collection, Command Property Example (VB) | Procedures Append Method Example (VB) | Procedures Delete Method Example (VB)

Properties, Methods, and Events | Procedures Collection

© 1998-2003 Microsoft Corporation. All rights reserved.