SQL Server Native client in SQLXML 3.0 OLEDB

This article explains how to connect SQL Server native client in SQLXML 3.0 OLEDB with the database.
  • 1989

Introduction :

SQLXML 3.0 provides a very useful object library designed to take advantage of the XML features in SQL Server. SQLXML enables XML support for SQL Server 2000, bridging the gap between XML and relational data.

Connection string which is used to create connection with SQL Server Native client in SQLXML 3.0 OLEDB is as follows

Provider=SQLXMLOLEDB.3.0;Data Provider=SQLOLEDB;Data Source=server_add;Initial Catalog=database_name;User Id=user_name;Password=password;

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.