Hi Burc;
This is probably going to hurt more than help because I can't give you a specific, but ?
In doing some research on MDAC and service pack downloads I came across a warning that
said something to the effect: "If you're going to use visual studio with this make sure you run
visual c++ before downloading the service pack"
Big problem: I can't remember where, but somewhere in the MSDN library. Again, not a great
help but maybe it will send you in the right direction.
Cheers,
Joe
> 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
>