UniDAC

TCustomUniDataSet.CreateProcCall Method

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

Class

TCustomUniDataSet

Syntax

procedure CreateProcCall(const Name: string);

Parameters
Name
Holds the stored procedure name.

Remarks

Call the CreateProcCall method to assign a command that calls stored procedure specified by Name to the SQL property. The Overload parameter must contain the number of overloaded procedures. Retrieves the information about parameters of the procedure from server. After calling CreateProcCall you can execute stored procedure by the Execute method.

See Also

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