Source Code Examples
Links
Handy Links
Home
C# and VB.NET Comparison
RGB TO HEX Conversion
Privacy Policy
Topics
Networking
Programming
Sharepoint (MOSS)
SSIS
Tutorial
Learn @ IT Jungles
Connection strings Examples for Active Directory
Connection strings Examples for Active Directory
.NET Data Provider for OLE DB
This is a .NET Class Library from Microsoft. The namespace for this provider is
System.Data.OleDb.OleDbConnection
.
Standard Security:
Provider
=
ADSDSOObject;
Microsoft OLE DB Provider
This is an OLE DB data provider from Microsoft. The usage for this provider is
Provider=ADSDSOObject
.
Standard Security:
Provider
=
ADSDSOObject;
Note: The quota " in the string needs to be escaped using your language specific escape syntax.
Using username and password:
Provider
=
ADSDSOObject;
User Id
=
myUsername;
Password
=
myPassword;
Note:
MSDN has a good article about connecting to Active Directory.
Great Sites
Make Money Online
Heath and Wealth Articles
ITJungles
Acne Information Portal
Reading
Copyright © 2010 Connectionstring Examples
All trademarks and copyrights on this page are owned by their respective owners.
Created this page in 0.04 seconds