Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Re: Access 03 HTTP requests [Thread Next] Re: Access 03 HTTP requestsTo: NULL Date: 2/20/2009 5:35:00 PM john@k... wrote:
> After some struggling the following works and I was able to send http
> requests from within Access 03
> Dim httpObj As Object
> Set httpObj = CreateObject("Microsoft.XMLHTTP")
>
> You mention MSXML 3 & 6 components. I thought late binding was
> supposed to be generic so that it is guaranteed to work on any PC. If
> we specify a specific MSXML component, wouldn't this cause a potential
> problem?
Well MSXML 3 is on any system where you have at least IE 6 so it should
not be a problem. "Microsoft.XMLHTTP" is a legacy programming id.
The XML team, at least for scripting in IE, recommends using MSXML 3 or
6:
http://blogs.msdn.com/xmlteam/archive/2006/10/23/using-the-right-version-of-msxml-in-internet-explorer.aspx
On the other hand if you use Office 2003 which comes with MSXML 5 you
could consider using that version.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
