Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 URL Encoding in MSXML2.ServerXMLHTTP.3.0

Author  Topic 

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-08-30 : 05:10:24
Hello,
we have been using MSXML2.ServerXMLHTTP.3.0 object in .net for a while now.

And when we query other server urls we use Server.Encode(variables) to encode the variables being passed the to remote server. To make them compliant with the url/html query string standard.

How do you html encode the variables url using the MS SQL MSXML2.ServerXMLHTTP.3.0 ???

This object is created by the extended function sp_oacreate and sp_oamethod

Any ideas ?
Thanks
Ehi


   

- Advertisement -