<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>belle's sql musings &#187; BDC</title>
	<atom:link href="http://www.sqlmusings.com/category/bdc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlmusings.com</link>
	<description>ramblings, discoveries, tutorials on sql server and other database stuff</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:16:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Add a Date Filter to a BDC</title>
		<link>http://www.sqlmusings.com/2008/03/06/how-to-add-a-date-filter-to-a-bdc/</link>
		<comments>http://www.sqlmusings.com/2008/03/06/how-to-add-a-date-filter-to-a-bdc/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 06:35:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[BDC]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/03/06/how-to-add-a-date-filter-to-a-bdc/</guid>
		<description><![CDATA[for Tammie, apologies for the late reply. i hope you will still find this useful. I&#8217;ve worked with BDCs quite a bit, especially when MOSS was still very new (B2, B2TR, Gold Code, and RC). This is the only way I&#8217;ve gotten Date Filters to work in BDCs. 1. In the &#60;FilterDescriptors&#62; section, add your [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/03/06/how-to-add-a-date-filter-to-a-bdc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DEVTEACH/VANTUG 2007 &#8211; Sharepoint Integration Presentation Materials</title>
		<link>http://www.sqlmusings.com/2007/11/24/devteachvantug-2007-sharepoint-integration-presentation-materials/</link>
		<comments>http://www.sqlmusings.com/2007/11/24/devteachvantug-2007-sharepoint-integration-presentation-materials/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 06:05:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[BDC]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Speaking Engagements]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2007/11/24/devteachvantug-2007-sharepoint-integration-presentation-materials/</guid>
		<description><![CDATA[Yaroslav and I did a presentation at VANTUG on November 22, 2007 (Thanks to Graham Jones, President of VANTUG, for inviting us to speak!). As promised, here are the presentation materials. These are the same materials we are going to use for DEVTEACH on November 28, 2007. As we mentioned in the presentation, we used [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2007/11/24/devteachvantug-2007-sharepoint-integration-presentation-materials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevTeach/VANTUG Presentation: Resources</title>
		<link>http://www.sqlmusings.com/2007/11/18/devteachvantug-presentation-resources/</link>
		<comments>http://www.sqlmusings.com/2007/11/18/devteachvantug-presentation-resources/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 00:22:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[BDC]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Speaking Engagements]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2007/11/18/devteachvantug-presentation-resources/</guid>
		<description><![CDATA[List of useful resources. Most of these I’ve used or read at some point, and revisited in preparation for the VANTUG/DevTeach demo. I hope this becomes useful to someone. Building Your Dev Environment Tony Zink. Creating a MOSS VPC Image: The whole 9 yardshttp://www.pptspaces.com/sharepointreporterblog/Lists/Posts/Post.aspx?ID=28 Bill English. Installing a New Microsoft Office SharePoint Server 2007 Portal: [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2007/11/18/devteachvantug-presentation-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Show Your BDC Results in XML</title>
		<link>http://www.sqlmusings.com/2007/11/16/how-to-show-your-bdc-results-in-xml/</link>
		<comments>http://www.sqlmusings.com/2007/11/16/how-to-show-your-bdc-results-in-xml/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 09:29:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[BDC]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2007/11/16/how-to-show-your-bdc-results-in-xml/</guid>
		<description><![CDATA[Lifesaver BDC XSLT! This XSL snippet of code allows you to show your BDC results in XML. This is extremely useful especially when you are trying to style your BDC results using XSLT. This is applicable to BDCs or Data View Web Parts : 1. Edit the Page 2. Click Edit on the BDC Web [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2007/11/16/how-to-show-your-bdc-results-in-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

