<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SQL Select &#8211; Bufferred Queries</title>
	<atom:link href="http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/feed/" rel="self" type="application/rss+xml" />
	<link>http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/</link>
	<description>Shedding some light on topics of software development, Visual FoxPro, saving our planet, paying it forward, and anything else I find important enough to share.</description>
	<lastBuildDate>Sun, 13 Jan 2019 18:50:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/comment-page-1/#comment-823</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 08 Jul 2007 00:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/#comment-823</guid>
		<description>Here is the discussion about Buffering = .t. on UT I was talking about http://www.universalthread.com/wconnect/wc.dll?2,15,1136588</description>
		<content:encoded><![CDATA[<p>Here is the discussion about Buffering = .t. on UT I was talking about <a href="http://www.universalthread.com/wconnect/wc.dll?2,15,1136588" rel="nofollow">http://www.universalthread.com/wconnect/wc.dll?2,15,1136588</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadya</title>
		<link>http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/comment-page-1/#comment-824</link>
		<dc:creator>Nadya</dc:creator>
		<pubDate>Fri, 06 Jul 2007 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/#comment-824</guid>
		<description>We tried to use it, but found it extremelly slow in a long and complex procedure, so we had to resort to dbase commands (locate/seek) instead for our purpose. I&#039;ve documented this in one of my posts in UT.</description>
		<content:encoded><![CDATA[<p>We tried to use it, but found it extremelly slow in a long and complex procedure, so we had to resort to dbase commands (locate/seek) instead for our purpose. I&#8217;ve documented this in one of my posts in UT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Potjer</title>
		<link>http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/comment-page-1/#comment-825</link>
		<dc:creator>Mike Potjer</dc:creator>
		<pubDate>Thu, 05 Jul 2007 17:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/#comment-825</guid>
		<description>I find it extremely useful as well.  One use that comes to mind is being able to display subtotals while the user is still editing the data which affects the totals, such as when creating or updating a budget in our accounting software.  This allows a user to play with the numbers and view the results before actually committing them to the table.</description>
		<content:encoded><![CDATA[<p>I find it extremely useful as well.  One use that comes to mind is being able to display subtotals while the user is still editing the data which affects the totals, such as when creating or updating a budget in our accounting software.  This allows a user to play with the numbers and view the results before actually committing them to the table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V Salem</title>
		<link>http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/comment-page-1/#comment-826</link>
		<dc:creator>V Salem</dc:creator>
		<pubDate>Wed, 04 Jul 2007 03:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickschummer.com/blog2/2007/07/sql-select-bufferred-queries/#comment-826</guid>
		<description>Absolutely, I use this method as well, and I find this feature incredibly useful, I also use this to check if the user has selected some records before saving and then if they wish to select other records the “already selected records” get excluded.  If we didn’t have this feature we would have to use the getnextmodified to build a cursor manually, I previously had to do this using the getnextmodified and it was a pain.</description>
		<content:encoded><![CDATA[<p>Absolutely, I use this method as well, and I find this feature incredibly useful, I also use this to check if the user has selected some records before saving and then if they wish to select other records the “already selected records” get excluded.  If we didn’t have this feature we would have to use the getnextmodified to build a cursor manually, I previously had to do this using the getnextmodified and it was a pain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
