Active Directory/Connect: Difference between revisions

→‎{{header|AutoHotkey}}: AutoHotkey example added
m (Remove Property:Description from wiki. Also, this page has more than 5 examples.)
(→‎{{header|AutoHotkey}}: AutoHotkey example added)
Line 1:
{{task|Programming environment operations}}
 
=={{header|AutoHotkey}}==
{{works with|AutoHotkey_L}}
{{trans|VBScript}}
<lang AutoHotkey>objConn := CreateObject("ADODB.Connection")
objCmd := CreateObject("ADODB.Command")
objConn.Provider := "ADsDSOObject"
objConn.Open()</lang>
=={{header|C}}==
With OpenLDAP: