operation similar SQL's JOIN in LDAP?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I have two base DN's in an LDAP database. One of them contains an
attribute called 'members' of type DN. I'd like to be able to take
each of the values for 'members' and do a query with that, too.

With SQL, you'd do this by doing a JOIN. eg.

SELECT p.*
FROM people p
JOIN mailing_list ml
ON ml.person_id = p.person_id
WHERE ml.mail_id = whatever

Or something like that.

Is there something similar I can do in LDAP?
.



Relevant Pages

  • Re: Why is this query faster?
    ... It's true that in the same way that some problems are easy in MDX that are ... hard in SQL, some problems are hard in MDX that are easy in SQL. ... if the user selects many members on Source you can produce ... for a query that is going to perform reasonably well in all scenarios. ...
    (microsoft.public.sqlserver.olap)
  • RE: Select Query problem
    ... Open the query in design view. ... Next go to View, SQL View ... members after Apr 08 based on the MembershipDate. ... showing up on the report all the members names are showing up. ...
    (microsoft.public.access.queries)
  • Re: Monthly activity report
    ... But that was just the trick to get to the query & report that I needed. ... > same table as your members. ... > Try making a normalizing UNION query to get all the data in another format ... but will have to use the SQL window to do this. ...
    (microsoft.public.access.reports)
  • RE: Can "like" function be used with combo box?
    ... Is the query having the problem the combo's row source query, ... are calling from a combo box event? ... Please post the SQL of the Query. ... placed orders are members with different levels of membership. ...
    (microsoft.public.access.forms)
  • umm a very newbie question in querys
    ... i tried this query ... recordSet = query.executeQuery("SELECT * FROM members WHERE Name LIKE ... i think Stetment has some ellargy to * in sql ...
    (comp.lang.java.programmer)