MyDAC

TCustomMyStoredProc Class

A class implementing functionality to access stored procedures on a database server.

For a list of all members of this type, see TCustomMyStoredProc members.

Unit

MyAccess

Syntax

TCustomMyStoredProc = class(TCustomMyDataSet);

Remarks

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.

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TCustomMyDataSet
         TCustomMyStoredProc

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback