Returns HTTP variable names and values.
sa_http_variable_info( [variable_parm] )
variable_parm Use this optional VARCHAR(255) parameter to specify an HTTP variable name.
Column name | Data type | Description |
---|---|---|
Name | VARCHAR(255) | The HTTP variable name. |
Value | LONG VARCHAR | The HTTP variable value. |
The sa_http_variable_info system procedure returns variable names and values. If you do not specify the variable name using the optional parameter, the result set contains values for all variables.
This procedure returns a non-empty result set if it is called while processing an HTTP request within a web service.
None
None
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |