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

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Functions » Alphabetical list of functions

HTML_DECODE function [Miscellaneous] Next Page

HTML_ENCODE function [Miscellaneous]


Encodes special characters within strings to be inserted into HTML documents.

Syntax

HTML_ENCODE( string )

Parameters

string    Arbitrary string to be used in an HTML document.

Remarks

This function returns the string argument after making the following set of substitutions:

CharactersSubstitution
""
''
&&
<&lt;
>&gt;
codes nn less than 0x20&#xnn;

This function supports NCHAR inputs and/or outputs.

See also
Standards and compatibility