SDAC

TCustomMSStoredProc Class

A component used to access stored procedures on a database server.

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

Unit

MSAccess

Syntax

TCustomMSStoredProc = class(TCustomMSDataSet);

Remarks

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.

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TCustomMSDataSet
         TCustomMSStoredProc

See Also

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