Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: What is MSXML 6.0 SDK? does it work with Accces?

From: "Anthony Jones" <Ant@------------.--->
To: NULL
Date: 4/4/2008 8:37:00 AM

"rebelscum0000" <piiixp@j...> wrote in message
news:f23aa3d0-9cee-42c4-8f3c-4d33de111b9a@s......
> Dear All
>
> Well, the question is in the tiltle
>
> I download MSXML 6.0 SDK, I want to start to learn XML, but also I
> want to know if this player will work in conjunction with Access 2002
> & 2003

I'm not quite sure why you refer to it as a player??

Anyway in code in Access you would instance an MSXML6 DOM like either like
this:-

Dim oDOM as Object
Set oDOM = CreateObject("MSXML2.DOMDocument.6.0")

or you would reference the MSXML6 dll and use:-

Dim oDOM As DOMDocument60
Set oDOM = New DOMDocument60




-- 
Anthony Jones - MVP ASP/ASP.NET




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent