<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: DLookup for Excel</title>
	<atom:link href="http://damieng.com/blog/2008/02/28/dlookup-for-excel/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2008/02/28/dlookup-for-excel</link>
	<description>A .NET developer in Redmond</description>
	<pubDate>Tue, 07 Oct 2008 15:45:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2008/02/28/dlookup-for-excel#comment-6521</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Wed, 05 Mar 2008 09:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/02/28/dlookup-for-excel#comment-6521</guid>
		<description>Yes, that makes more sense.  I've updated the function, thanks!

[)amien</description>
		<content:encoded><![CDATA[<p>Yes, that makes more sense.  I've updated the function, thanks!</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://damieng.com/blog/2008/02/28/dlookup-for-excel#comment-6520</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 05 Mar 2008 09:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/02/28/dlookup-for-excel#comment-6520</guid>
		<description>As the function only returns one row you should force the query to only return one row using the TOP select constraint to minimise load on the server. Acheive this by modifying your sql assignment to read:

sql = "SELECT TOP 1 " + expression + " FROM " + domain + " WHERE " + criteria</description>
		<content:encoded><![CDATA[<p>As the function only returns one row you should force the query to only return one row using the TOP select constraint to minimise load on the server. Acheive this by modifying your sql assignment to read:</p>
<p>sql = "SELECT TOP 1 " + expression + " FROM " + domain + " WHERE " + criteria</p>
]]></content:encoded>
	</item>
</channel>
</rss>
