Tuesday, March 27, 2012

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

Quote:

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-

No comments:

Post a Comment