[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Open Ldap closed !
Hi All,
When I launch this VB Code, Open Ldap 2.0.4 produce a core file and is
shuting down.
Any Idee ?
============================================================================
===
Private Sub Command1_Click()
Dim conn As ADODB.Connection
Dim rs As ADODB.Recordset
Set conn = New ADODB.Connection
Set rs = New ADODB.Recordset
conn.Provider = "ADSDSOObject"
conn.Open "ADs Provider"
Set rs =
conn.Execute("<LDAP://ldap.eurofer.be/o=Eurofer,c=be>;(&(sn=*));cn,adspath,s
n;subtree")
conn.Close
End Sub
============================================================================
===