A class implementing functionality to access stored procedures on a database server.
For a list of all members of this type, see TCustomMyStoredProc members.
TCustomMyStoredProc = class(TCustomMyDataSet);
TCustomMyStoredProc implements functionality to access stored procedures on a database server.
You need only to define the StoredProcName property, while not bothering about writing a SQL statement manually.
Use the Execute method at runtime to generate a request that instructs server to execute procedure and return parameters in the Params property.
Stored procedures are supported only for MySQL 5.0.
TMemDataSet
TCustomDADataSet
TCustomMyDataSet
TCustomMyStoredProc