Icon CallRemoteProcedure Method

procedure CallRemoteProcedure(const ProcedureName: String)

Usage

Call the CallRemoteProcedure method to call a server-side procedure on a database server. Use the ProcedureName parameter to specify which procedure to call. You should populate the RemoteParams property with the desired parameters prior to calling the CallRemoteProcedure method and, once the server-side procedure returns, you can then inspect the RemoteParams property to retrieve the return values, if any, from the server-side procedure.

Information You must have execute rights to the specified server-side procedure or an error will result.
Image