Icon AddServerProcedure Method

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

Usage

Call the AddServerProcedure 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.

Information This method is only valid when the engine is running as a database server and the EngineType is set to etServer.
Image