Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: Re: Active Server error 80040e37


Message #1 by m.dillissen@p... on Tue, 25 Jun 2002 16:08:32
Burc,

Did you find any solution/reason for this problem. I'm having the same 
problem currently and I don't no what to do with it.

Thanks,
Maarten

> 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
> 

  Return to Index