Icon OnServerProcedure Event

property OnServerProcedure: TServerProcedureEvent

Usage

The OnServerProcedure event is fired when the EngineType property is set to etServer and a remote session calls a server-side procedure. Assigning an event handler to this event allows for the implementation of server-side procedures that can be called by remote sessions to perform any kind of server-side processing.

Information If an event handler is not assigned to this event or the event handler doesn't modify the parameters passed to the server-side procedure, DBISAM will return the same parameters passed to the server-side procedure back to the remote session.
Image