Connection strings for Active Directory
Providers 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
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
Usage: System.Data.OleDb.OleDbConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
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;
Selected Articles
