MSDataShape Connection String in .NET Framework

In this article I will explain about how to create MSDataShape on .NET Framework
  • 2648

MSDataShape in .Net Framework

Introduction

  • MSDataShape is a Data Shaping COM component.

  • MSDataShape provided by the Microsoft.

  • MSDataShape component is contained in the msadds.dll.

  • MSDataShape allows you to create hierarchical record set.

  • Using MSDataShape, you can browse relational data in a convenient way.

Syntax

For creating MSDataShap connection string in .NET Framework. we need to put provider name, Data Provider, data source, initial catalog, user id and password.

Provider=MSDataShape;Data Provider=SQLOLEDB;Data Source=myServerAddress;Initial Catalog=myDataBase;User ID=myUsername;Password=myPassword;

Further Readings

You may also want to read these related articles :

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.