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 » Developing web service applications in an HTTP web server

 

Web services connection properties

Web service connection properties can be database properties that are accessible using the CONNECTION_PROPERTY function.

Use the following syntax to store a connection property value from the HTTP server to a local variable in a SQL function or procedure:

SELECT CONNECTION_PROPERTY('connection-property-name') INTO variable_name;

The following is a list of useful runtime HTTP request connection properties that are commonly used for web service applications:

For a complete list of SQL Anywhere connection properties, see Connection properties.