Click here to Skip to main content
15,920,383 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem to DataTable.Rows.Remove(DataRow row) method. Pin
Dave Kreskowiak11-Jan-08 4:34
mveDave Kreskowiak11-Jan-08 4:34 
GeneralRe: Problem to DataTable.Rows.Remove(DataRow row) method. Pin
hdv21211-Jan-08 5:38
hdv21211-Jan-08 5:38 
GeneralIdentify record in Global Catalog Pin
robot_rock11-Jan-08 3:33
robot_rock11-Jan-08 3:33 
GeneralRe: Identify record in GC Pin
Justin Perez11-Jan-08 4:15
Justin Perez11-Jan-08 4:15 
GeneralRe: Identify record in GC Pin
robot_rock11-Jan-08 4:28
robot_rock11-Jan-08 4:28 
GeneralRe: Identify record in GC Pin
Dave Kreskowiak11-Jan-08 4:30
mveDave Kreskowiak11-Jan-08 4:30 
GeneralRe: Identify record in GC Pin
robot_rock11-Jan-08 4:44
robot_rock11-Jan-08 4:44 
GeneralRe: Identify record in GC Pin
Dave Kreskowiak11-Jan-08 6:20
mveDave Kreskowiak11-Jan-08 6:20 
robot_rock wrote:
LDAP query i read from 3rd party programm and i don't know exactly would this query will point to GC or LDAP.


GC queries always start with GC://, so if you're getting this a 3rd party app and it uses LDAP:// to begin it's command string, chances are it's not comming from the Global Catalog.

If you're sure the result is comming from the Global Catalog, and you get the distinuishedName back from the query, that name will point directly to the object in question if you use it in another LDAP command string:
LDAP://distinguishedName/yourParameterList

Keep in mind though when you bind to an object, you only immediately get back some basic properties of the object. You need to tell it to retrieve either all of the remaining properties, or just specify which properties you need. After that, you can modify them and write the changes back to AD.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Identify record in GC Pin
robot_rock11-Jan-08 6:55
robot_rock11-Jan-08 6:55 
GeneralRe: Identify record in GC Pin
Dave Kreskowiak11-Jan-08 12:24
mveDave Kreskowiak11-Jan-08 12:24 
GeneralRe: Identify record in GC Pin
robot_rock11-Jan-08 12:49
robot_rock11-Jan-08 12:49 
GeneralRe: Identify record in GC Pin
robot_rock11-Jan-08 15:12
robot_rock11-Jan-08 15:12 
QuestionHow to Use C# realize the graphic website map? [modified] Pin
Member 472830111-Jan-08 1:29
Member 472830111-Jan-08 1:29 
AnswerRe: How to realizing the website mapeer? Pin
Pete O'Hanlon11-Jan-08 1:36
mvePete O'Hanlon11-Jan-08 1:36 
GeneralRe: How to realizing the website mapeer? Pin
Member 472830111-Jan-08 5:02
Member 472830111-Jan-08 5:02 
GeneralRe: How to realizing the website mapeer? Pin
led mike11-Jan-08 5:03
led mike11-Jan-08 5:03 
GeneralRe: How to realizing the website mapeer? Pin
Member 472830111-Jan-08 5:15
Member 472830111-Jan-08 5:15 
GeneralRe: How to realizing the website mapeer? Pin
Pete O'Hanlon11-Jan-08 23:04
mvePete O'Hanlon11-Jan-08 23:04 
AnswerRe: How to Use C# realize the graphic website map? Pin
Dan Neely11-Jan-08 5:30
Dan Neely11-Jan-08 5:30 
QuestionManaged/Unmanaged code - AccessViolationException Pin
Alex Zluka11-Jan-08 1:13
Alex Zluka11-Jan-08 1:13 
GeneralRe: Managed/Unmanaged code - AccessViolationException Pin
m@u11-Jan-08 1:40
m@u11-Jan-08 1:40 
GeneralRe: Managed/Unmanaged code - AccessViolationException Pin
Alex Zluka11-Jan-08 2:31
Alex Zluka11-Jan-08 2:31 
GeneralRe: Managed/Unmanaged code - AccessViolationException Pin
m@u11-Jan-08 2:49
m@u11-Jan-08 2:49 
GeneralRe: Managed/Unmanaged code - AccessViolationException Pin
Andre Azevedo18-Jan-08 5:13
Andre Azevedo18-Jan-08 5:13 
GeneralRe: Managed/Unmanaged code - AccessViolationException Pin
Alex Zluka22-Jan-08 13:42
Alex Zluka22-Jan-08 13:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.