UniDAC

TUniSQL.CreateProcCall Method

Assigns a command that calls stored procedure specified by Name to the SQL property.

Class

TUniSQL

Syntax

procedure CreateProcCall(const Name: string);

Parameters
Name
Holds the stoped procedure name.

Remarks

Call the CreateProcCall method to assign a command that calls stored procedure specified by Name to the SQL property. This procedure also retrieves information about parameters of the procedure from server. After calling CreateProcCall you can assign parameter values of the stored procedure using, for example, TCustomDASQL.Params or ParamByName, and then execute it with the TCustomDASQL.Execute method.

See Also

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