A component for accessing and executing stored procedures and functions.
For a list of all members of this type, see TMyStoredProc members.
TMyStoredProc = class(TCustomMyStoredProc);
Use TMyStoredProc to access stored procedures on the database server.
You need only to define the StoredProcName property, and the SQL statement to call the stored procedure will be generated automatically.
Use the Execute method at runtime to generate request that instructs server to execute procedure and return parameters in the Params property.
TMemDataSet
TCustomDADataSet
TCustomMyDataSet
TCustomMyStoredProc
TMyStoredProc