SDAC

TCustomMSDataSet.CreateProcCall Method

Serves for the creating of a stored procedures call.

Class

TCustomMSDataSet

Syntax

procedure CreateProcCall(const Name: string);

Parameters
Name
Holds the name of a stored routine.

Remarks

Using the name of a stored procedure, a command for the call is generated and parameters are created. After a call to CreateProcCall the values of the parameters should be defined and and the procedure should be executed.

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