|
 |
asp_database_setup thread: Active Server error 80040e37
Message #1 by "Burc Kaya" <bkaya@f...> on Tue, 17 Jul 2001 22:40:16
|
|
Hi,
My problem is about connecting to a LDAP Service. I spent a lot of time hoe to connect to our
Netscape LDAP service and got a code from a coleage. The code has been working without any
probelms since I have installed Visual Studio. I am using my computer, Windows NT
Workstation as a development machine. After I installed Visual Studio, the connection to the
LDAP fails.
Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Provider = "ADsDSOObject"
oConn.Open "ADs Provider"
Set oRS = oConn.Execute(sSQL)
the error appears on the last line.
Active Server error 80040e37. Element not found.
What might be the problem?
Thanks
Burc
Message #2 by fione0212@h... on Wed, 18 Jul 2001 23:41:39
|
|
check your source to see if you have the right source and maybe try to
debug it too.
give it a try
> Hi,
>
> My problem is about connecting to a LDAP Service. I spent a lot of time
hoe to connect to our
> Netscape LDAP service and got a code from a coleage. The code has been
working without any
> probelms since I have installed Visual Studio. I am using my computer,
Windows NT
> Workstation as a development machine. After I installed Visual Studio,
the connection to the
> LDAP fails.
>
>
> Set oConn = Server.CreateObject("ADODB.Connection")
> oConn.Provider = "ADsDSOObject"
>
> oConn.Open "ADs Provider"
> Set oRS = oConn.Execute(sSQL)
>
> the error appears on the last line.
>
> Active Server error 80040e37. Element not found.
>
> What might be the problem?
>
> Thanks
> Burc
>
|
|
 |