Prepare to execute stored procedure
public: void PrepareProcedure(
CConnection * conn,
const char * proc
);public void PrepareProcedure(
CConnection * conn,
const char * proc
);Public Function PrepareProcedure(
conn As CConnection *,
proc As const char *
) As void|
Parameters |
Description |
|
conn |
Valid connection instance. The connection to server or embedded DB must be already established |
|
proc |
Stored procedure's name |
If method fails, the node_exception exception, containing the error message, will be thrown