Developers community number 1 connection string reference

MSDataShape

This is a Data Shaping COM component provided by Microsoft.
The wrapper COM component is contained in the file msadds.dll.
Coding
Include "Provider=MSDataShape;Data Provider=providername" in the connection string to use this wrapper COM component.
Description
Data Shaping using MSDataShape allows you to create hierarchial recordsets, or "recordsets in recordset". This way you can browse relational data in a convenient way. Say for instance you have a Persons table and an Orders table. Using data shaping you can retrieve one recordset containing persons and for each person record in that recordset loop through that persons Orders recordset.
More info about this wrapper COM component can be found at the Microsoft product page.
Connection Strings
The MSDataShape wrapper COM component can be used to connect to the following data sources.

To see the available connection options, navigate to the connection strings reference by clicking the data source link.
Additional info or comments on this wrapper COM component? Want to submit content?

Send an e-mail to
Copyright © 2010 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.