Returns the procedure name component for the current remote stored procedure.
DBCHAR * srv_rpcname (
SRV_PROC * srvproc,
int * len );
where
A DBCHAR pointer to the null-terminated string for the remote stored procedure name component of the current remote stored procedure. If there isn't a current remote stored procedure, NULL is returned and len is set to -1.
This function returns only the name of the remote stored procedure. It doesn't include the optional specifiers for owner, database name, and remote stored procedure number.
Since it's legal to call srv_rpcname when there isn't a remote stored procedure, (no informational error occurs), this function provides a method for determining whether a remote stored procedure exists.
This entry | For information about |
---|---|
srv_rpcdb | Returning the database name for the current remote stored procedure |
srv_rpcnumber | Returning the number for the current remote stored procedure |
srv_rpcparams | Returning the number of parameters for the current remote stored procedure |
srv_rpcoptions | Returning the run-time options for the current remote stored procedure |
srv_rpcowner | Returning the owner for the current remote stored procedure |