ASA SQL Reference
System Procedures and Functions
System and catalog stored procedures
Permits a web service to set an HTTP option in the result.
sa_set_http_option (option-name, value)
option-name A string containing the name of one of an HTTP options.
value The value to which the named parameter should be set.
None.
None.
sa_set_http_header system procedure
Use this procedure within statements or procedures that handle web services to set options within an HTTP result set.
Currently only one option is supported:
CharsetConversion Controls whether the result set is to be automatically converted from the character set of the database to the character set of the client. The only permitted values are ON and OFF. The default value is ON.