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

SQL Anywhere 12.0.0 » SQL Anywhere Server - Programming » HTTP web services » Accessing web services using web clients » Developing web client applications » Web client function and procedure requirements and recommendations

 

Web client SQL statements

The following SQL statements are available to assist with web client development:

Web client related SQL statements Description
CREATE FUNCTION statement (web clients)

Creates a web client function that makes an HTTP or SOAP over HTTP request.

ALTER FUNCTION statement

Modifies a function.

CREATE PROCEDURE statement (web clients)

Creates a web client procedure that makes an HTTP or SOAP over HTTP request.

ALTER PROCEDURE statement

Modifies a procedure.


CREATE FUNCTION statement (web clients)
CREATE PROCEDURE statement (web clients)