<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.dotnetmafia.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Relational Lists in SharePoint 2010</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/10/19/relational-lists-in-sharepoint-2010.aspx</link><description>In WSS3, there really was no supported way to do relational lists.&amp;#160; Most of us just used lookup columns and we sort of got by.&amp;#160; Of course there was no included support for maintaining referential integrity unless we included it ourselves.&amp;#160;</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: Relational Lists in SharePoint 2010</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/10/19/relational-lists-in-sharepoint-2010.aspx#2878</link><pubDate>Mon, 01 Mar 2010 15:52:45 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:2878</guid><dc:creator>Paolob</dc:creator><description>&lt;p&gt;Do relational lists in Sharepoint server 2010 preserve all relational constraints? For example is it possible to define a primary key composed by 2 or more columns?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m searching also if it is possible, when you insert a new item in a list, &amp;nbsp;filter combo data considering the value set in another field. For exaple if you select the item &amp;quot;Canada&amp;quot; in the first combo box, is it possible to have a second combo box that updates it&amp;#39;s data to match canadian towns?&lt;/p&gt;
&lt;p&gt;Finally, the new feature that permits to see data from the parent list is available only in views or also when you insert a new item in a list?&lt;/p&gt;
&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=2878" width="1" height="1"&gt;</description></item><item><title>re: Relational Lists in SharePoint 2010</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/10/19/relational-lists-in-sharepoint-2010.aspx#1087</link><pubDate>Tue, 10 Nov 2009 14:56:31 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:1087</guid><dc:creator>CoreyRoth</dc:creator><description>&lt;p&gt;If you are migrating your application from Access to SharePoint today, it is true that there is no out-of-the-box solution for maintaining referential integrity or for doing joins. &amp;nbsp;You can get around this some, by writing some ItemEventReceivers that enforce the integrity for you but its still not an ideal situation. &amp;nbsp;As for the joins you can write two separate CAML queries and join the results together with LINQ. &amp;nbsp;Again, not really ideal.&lt;/p&gt;
&lt;p&gt;SP2010 helps this a bunch because it does have support for maintaining integrity and the query syntax now supports joins. &amp;nbsp;&lt;/p&gt;
&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=1087" width="1" height="1"&gt;</description></item><item><title>re: Relational Lists in SharePoint 2010</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/10/19/relational-lists-in-sharepoint-2010.aspx#1085</link><pubDate>Tue, 10 Nov 2009 14:36:31 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:1085</guid><dc:creator>Al Kizyma</dc:creator><description>&lt;p&gt;Corey,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m in the process of deploying an Access 2007 application on a sharepoint 3.0 site. &amp;nbsp;However I am concerned about the lack of referential integrity and join type and how this will impact my data down the road.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Al&lt;/p&gt;
&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=1085" width="1" height="1"&gt;</description></item></channel></rss>