Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Remote data access » Remote procedure calls (RPCs)

 

Dropping remote procedures (SQL)

Administrators can delete remote procedures and functions using SQL statements.

Prerequisites

No privileges required.

 Delete a remote procedure
  • Execute a statement to drop the procedure or function.

    DROP PROCEDURE RemoteProc;
    DROP FUNCTION RemoteFunc;

Results

The remote procedure or function is deleted.

 See also