IBDAC

TIBCStoredProc Class

A component for accessing and executing stored procedures and functions.

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

Unit

IBC

Syntax

TIBCStoredProc = class(TCustomIBCQuery);

Remarks

Use TIBCStoredProc 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 PrepareSQL to describe parameters at run time

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TCustomIBCDataSet
         TCustomIBCQuery
            TIBCStoredProc

See Also

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