Decodes special characters within strings for use with HTTP.
HTTP_DECODE( string )
string Arbitrary string to be used in an HTTP request.
LONG VARCHAR
LONG NVARCHAR
This function returns the string argument after replacing all character sequences of the form %nn, where nn is a hexadecimal value, with the character with code nn. In addition, all plus signs (+) are replaced with spaces.
SQL/2003 Vendor extension.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |