[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
How apply Join LDAP data with RDBMS table!
Hi
I have a query as below.
How apply Join with RDBMS table:
I have some data on LDAP server let say Name, City, Country.
I have a table table_1 in the database with some fields let say Annual
income, No of children
Now I want data from LDAP and table in a single query.
Like
select Name, City, Country, Annual income, No of children from table_1,
LDAP
How to do this? Please help
Thanks in advance
Balbir
Visit http://www.niit.com for eCommerce Solutions.