RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStoredProc.StoredProcName Property

Identifies the name of the stored procedure on the server for which this object is an encapsulation.

Pascal
property StoredProcName: string;
C++
__property AnsiString StoredProcName;

Set StoredProcName to specify the name of the stored procedure to call on the server. If StoredProcName does not match the name of an existing stored procedure on the server, then when the application attempts to prepare the procedure prior to execution, an exception is raised. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!