Developers community number 1 connection string reference

Connection strings for Active Directory

Community Forums
Find solutions and post questions regarding connection string related issues.

Active Directory OLE DB provider

Type:    OLE DB Provider
Usage:  Provider=ADSDSOObject
Manufacturer:  Microsoft
Standard
Provider=ADSDSOObject;
 
Specifying user name and password
Provider=ADSDSOObject;User Id=myUsername;Password=myPassword;

.NET Framework Data Provider for OLE DB

Type:    .NET Framework Wrapper Class Library
Usage:  System.Data.OleDb.OleDbConnection
Bridging to Active Directory OLE DB provider
This is just one connection string sample for the wrapping OleDbConnection class that calls the underlying OLEDB provider. See respective OLE DB provider for more connection strings to use with this class.
Provider=ADSDSOObject;
 
Copyright © 2010 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.