<?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 for Kris&#039;s Box</title>
	<atom:link href="http://blog.krisgielen.be/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.krisgielen.be</link>
	<description>Some random thoughts of a Training Professional</description>
	<lastBuildDate>Thu, 02 May 2013 03:12:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Emulating ADD_TO_SET and REMOVE_FROM_SET in MySQL by Kris Gielen</title>
		<link>http://blog.krisgielen.be/archives/255/comment-page-1#comment-21622</link>
		<dc:creator>Kris Gielen</dc:creator>
		<pubDate>Thu, 02 May 2013 03:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krisgielen.be/?p=255#comment-21622</guid>
		<description><![CDATA[Thanks Steven!]]></description>
		<content:encoded><![CDATA[<p>Thanks Steven!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Emulating ADD_TO_SET and REMOVE_FROM_SET in MySQL by Steven Schoch</title>
		<link>http://blog.krisgielen.be/archives/255/comment-page-1#comment-21610</link>
		<dc:creator>Steven Schoch</dc:creator>
		<pubDate>Tue, 30 Apr 2013 23:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krisgielen.be/?p=255#comment-21610</guid>
		<description><![CDATA[You can simplify the ADD_TO_SET example by using the fact that concat_ws() will ignore null values.  The example can be simply:
UPDATE set_test SET myset = 
CONCAT_WS(&#039;,&#039;, myset, &#039;value&#039;)
WHERE ...]]></description>
		<content:encoded><![CDATA[<p>You can simplify the ADD_TO_SET example by using the fact that concat_ws() will ignore null values.  The example can be simply:<br />
UPDATE set_test SET myset =<br />
CONCAT_WS(&#8216;,&#8217;, myset, &#8216;value&#8217;)<br />
WHERE &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing slow loading of attachments from Outlook by Judy</title>
		<link>http://blog.krisgielen.be/archives/55/comment-page-1#comment-21601</link>
		<dc:creator>Judy</dc:creator>
		<pubDate>Tue, 30 Apr 2013 01:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.krisgielen.be/blog/archives/55#comment-21601</guid>
		<description><![CDATA[Thanks so much. Your fix works like a charm.]]></description>
		<content:encoded><![CDATA[<p>Thanks so much. Your fix works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL error 1067 on Windows 8 (error 87) by Jaison</title>
		<link>http://blog.krisgielen.be/archives/328/comment-page-1#comment-21265</link>
		<dc:creator>Jaison</dc:creator>
		<pubDate>Tue, 19 Mar 2013 08:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krisgielen.be/?p=328#comment-21265</guid>
		<description><![CDATA[Thanks.. it worked!

Regards,
Jaison]]></description>
		<content:encoded><![CDATA[<p>Thanks.. it worked!</p>
<p>Regards,<br />
Jaison</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send E-mail with 1 minute delay in Outlook by bas</title>
		<link>http://blog.krisgielen.be/archives/293/comment-page-1#comment-21147</link>
		<dc:creator>bas</dc:creator>
		<pubDate>Tue, 05 Mar 2013 17:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krisgielen.be/?p=293#comment-21147</guid>
		<description><![CDATA[In Office 2010 the delay is no longer 1 minute. Mail is send at the start of the first next minute. Therefore the delay is between 1 and 59 seconds and not 60 seconds. Anyone solved this problem already?]]></description>
		<content:encoded><![CDATA[<p>In Office 2010 the delay is no longer 1 minute. Mail is send at the start of the first next minute. Therefore the delay is between 1 and 59 seconds and not 60 seconds. Anyone solved this problem already?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
