A component used to access stored procedures on a database server.
For a list of all members of this type, see TCustomMSStoredProc members.
TCustomMSStoredProc = class(TCustomMSDataSet);
TCustomMSStoredProc implements functionality to access stored procedures on a database server.
You need only to define the StoredProcName property, while not bothering about writing SQL statement by hand.
Use the Execute method at runtime to generate a request that instructs server to execute procedure and return parameters in the Params property.
TMemDataSet
TCustomDADataSet
TCustomMSDataSet
TCustomMSStoredProc