Do I need to install SQLXML?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fredrik Cerha
    New Member
    • Apr 2007
    • 2

    Do I need to install SQLXML?

    I am trying some excerxises in a self-paced training kit.I am supposed to communicate with SQL Server 2005 from Visual Studio. In Visual Studio I am supposed to add references to, and import a library called:

    Microsoft.data. sqlxml.

    The problem is that I don't find it on my system. Do I have to install new components?

    I use :

    WinXP,
    SQL Server 2005 Express,
    Visual Studio

    Regards

    Fredrik
  • cjbrx3115
    New Member
    • Jan 2007
    • 93

    #2
    Originally posted by Fredrik Cerha
    I am trying some excerxises in a self-paced training kit.I am supposed to communicate with SQL Server 2005 from Visual Studio. In Visual Studio I am supposed to add references to, and import a library called:

    Microsoft.data. sqlxml.

    The problem is that I don't find it on my system. Do I have to install new components?

    I use :

    WinXP,
    SQL Server 2005 Express,
    Visual Studio

    Regards

    Fredrik
    Yes, you will need to download SQLXML. SQLXML enables XML support for your SQL Server Database. Heres the link to download it from Microsoft: (it's free, too!)

    SQLXML

    Hope that helps,

    -Cody-

    Comment

    Working...