See Also
You are here: Interfacing > C++ Client Interface > scdriver Namespace > Classes > CCommand Class > CCommand Methods > PrepareProcedure Method
ContentsIndexHome
PreviousUpNext
CCommand::PrepareProcedure Method

Prepare to execute stored procedure

C++
public: void PrepareProcedure(
    CConnection * conn, 
    const char * proc
);
C#
public void PrepareProcedure(
    CConnection * conn, 
    const char * proc
);
Visual Basic
Public Function PrepareProcedure(
    conn As CConnection *, 
    proc As const char *
) As void
Parameters
Parameters 
Description 
conn 
Valid connection instance. The connection to server or embedded DB must be already established 
proc 
Stored procedure's name 
Returns

If method fails, the node_exception exception, containing the error message, will be thrown