Is there a equivalent of Server.HtmlEncode in SQL itself?
Thanks
"MS Forum Newsgroup User" <us...@microsoft.com> wrote in message
news:uOgoS4Hb...@TK2MSFTNGP06.phx.gbl...
"MS Forum Newsgroup User" <us...@microsoft.com> wrote in message
news:uOgoS4Hb...@TK2MSFTNGP06.phx.gbl...
Regards!
"Michael Coles" <michaelcoAToptonlineDOTnet> wrote in message
news:e$uzq$HbKHA...@TK2MSFTNGP05.phx.gbl...
You can't run "classic ASP" inside SQL Server. Assuming you mean VBScript,
you can't use that either.
If you're using ASP to interact with SQL Server, why would you need HTML
encoding in the SQL?
Either use the client (in this case ASP) to do the formatting, or use a CLR
(which needs to be in a .NET language, which Michael pointed you to).
--
Dan