SQL Server Express 2005 and SQLXML 4.0
I have been using VB Express 2005 and SQL Server Express 2005 over the last week and converting one of my projects from Visual Studio 2003 and SQL Server 2000.
I use the Managed Classes(SqlXmlCommand, SqlXmlAdapter), XPath Queries, DataSets to query the database.
I want to use the new data provider SQLXMLOLEBD.4.0 and the SQL Server Native Client, but SQLXML 4.0 is not installed.
WHERE DO I FIND IT?
Everything works fine if I just use SQLOLEDB Data Provider....
Thanks in Advance!
SQLXML 4.0 is not installed with SQL Server 2005 Express. You would have to get it from a separate location. Currently, you would have to download SQLXML 3.0 SP3 from MSDN. I am currently checking whether SQLXML 4.0 will be made available as a separate download for Express or not...
Best regards
Michael