Icon CallRemoteProcedure Method

procedure CallRemoteProcedure(const NameOfProcedure: String)

Use the CallRemoteProcedure method along with the RemoteParams property to call a custom server procedure in the ElevateDB Server engine.

Information The parameters that are sent along with the custom server procedure call are completely user-defined. It is up to the calling remote session to define all necessary parameters, including output or result parameters for getting data back from the custom server procedure.
Image