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

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Programming » HTTP web services » Using SQL Anywhere as an HTTP web server » Managing web services in an HTTP web server » Maintaining web services

 

Web service SQL statements

The following SQL statements are available to assist with web service maintenance:

Web server related SQL statements Description
CREATE SERVICE statement

Creates a new web service.

ALTER SERVICE statement

Alters an existing web service.

COMMENT statement

Stores a comment for a web service in the system tables.

Use the following syntax to comment on a web service:

COMMENT ON SERVICE 'web-service-name'
    IS 'your comments'
DROP SERVICE statement

Drops a web service.


CREATE SERVICE statement
ALTER SERVICE statement
DROP SERVICE statement