Icon AddRemoteProcedure Method

procedure AddRemoteProcedure(const ProcedureName: String; const
      ProcedureDescription: String)

Usage

Call the AddRemoteProcedure method to add a new server-side procedure to a database server. Use the ProcedureName parameter to specify the new procedure name and the ProcedureDescription parameter to give it a description. This method only identifies the procedure to the database server for the purposes of allowing user rights to be assigned to the server-side procedure. The actual server-side procedure itself must be implemented via a TDBISAMEngine OnServerProcedure event handler on the database server itself.

Information This method is only valid for encrypted remote sessions connected as an administrator to the administration port on a database server.
Image