Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: ADSI and ASP


Message #1 by Cullan Crothers <cullan.crothers@w...> on Wed, 23 May 2001 11:32:52 -0500
Dear ASP:



I have been using ASP to add, delete, modify, and select from a Netscape

Directory Server (LDAP) Directory. I have no problem with completing those

tasks, except the select for certain attributes(ones that I created in the

Netscape Server). The search will display all attributes that were

previously listed as choices to use in a directory, but it will not display

the ones that I created. However, it will add values for those as well as

modify values for them also. It knows they are there, but will not display

them. It gives me an error that there is a 'type mismatch' on the line where

my code calls for that attribute to be displayed. How can I get around this?

Or is Misrosoft not able to recognize those newly created attributes for a

search? Please let me know if you are aware of this happening before. An

example would be if I created an attribute named 'height' and another named

'weight' and listed them under acceptable attributes for my object class

'newinetorgperson'. Thank you.



Cullan Crothers

cullan.crothers@w...




  Return to Index