Stored Procedures Sample

Purpose

This example shows how to use the IDAConnection's GetStoredProcedureNames method to retrieve a list of stored procedures for the connection.
It also shows how to use IDAConnection's NewCommand to access the IDASQLCommand interface:

Examine the Code