Assume that there are Emp and Dept tables.

Emp Table has

EmpID
FirstName
LastName
DeptName
Email

Dept table has

DeptID
DeptName

i have to display all the employee details based on DeptName using CAML query. Can some one share CAML JOINS example for this scenario.

Thank you

link|improve this question

0% accept rate
Have you tried to build the query using the U2U CAML Query Builder (u2u.net/res/Tools/CamlQueryBuilder.aspx)? This solves a lot of CAML-related headaches. – Kyle Trauberman Aug 8 '11 at 18:11
feedback

4 Answers

1) Are you on SP 2007 or SP 2010 2)On easy approach is create a querystring in SP designer and then show the employee details based on the query string from the URL If doesn't solve your proble then yiu have to take Kyle advice and do it from code and LINQ could be a good way to go

link|improve this answer
feedback

In Sharepoint 2010, We can create joins among lists using CAML.For details, Please check the "List Joins" section on the page below:

http://extreme-sharepoint.com/2011/10/19/rdbms-features-sharepoint-2010/

link|improve this answer
feedback

Check this link for answer.

link|improve this answer
feedback

You should using CAML.

Please check this link.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.