<?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: PocoData, Servlets and Vaporware</title>
	<atom:link href="http://pocoproject.org/blog/?feed=rss2&#038;p=41" rel="self" type="application/rss+xml" />
	<link>http://pocoproject.org/blog/?p=41</link>
	<description>News and discussion for the POCO Community</description>
	<lastBuildDate>Thu, 09 May 2013 12:05:16 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-124</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 08 Dec 2006 16:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-124</guid>
		<description>I&#039;d be fine with DynAny as far as length is concerned. But, the pronounciation (&quot;die nanny&quot;) is horrible. So, I&#039;m still for DynamicAny.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be fine with DynAny as far as length is concerned. But, the pronounciation (&#8221;die nanny&#8221;) is horrible. So, I&#8217;m still for DynamicAny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guenter</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-123</link>
		<dc:creator>guenter</dc:creator>
		<pubDate>Fri, 08 Dec 2006 15:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-123</guid>
		<description>Regarding the name: I actually thought about DynAny. It just sounds a bit too CORBA-esque for my taste...</description>
		<content:encoded><![CDATA[<p>Regarding the name: I actually thought about DynAny. It just sounds a bit too CORBA-esque for my taste&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-122</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 08 Dec 2006 02:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-122</guid>
		<description>I know you are, Paschal. My apologies above go to you and other folks I&#039;ve kept in fog by promising and then not delivering as promised. Also, please be aware that it has nothing to do with Applied Informatics - this is entirely my own fault - I try to do more than physically possible.</description>
		<content:encoded><![CDATA[<p>I know you are, Paschal. My apologies above go to you and other folks I&#8217;ve kept in fog by promising and then not delivering as promised. Also, please be aware that it has nothing to do with Applied Informatics &#8211; this is entirely my own fault &#8211; I try to do more than physically possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paschal</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-121</link>
		<dc:creator>Paschal</dc:creator>
		<pubDate>Fri, 08 Dec 2006 02:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-121</guid>
		<description>I am waiting for servlets. That&#039;s one thing that keeps me thinking seriously of using Java. I may not be able to help you with C++ code but I will give the library some real life tests and provide you with useful feedback.

p.</description>
		<content:encoded><![CDATA[<p>I am waiting for servlets. That&#8217;s one thing that keeps me thinking seriously of using Java. I may not be able to help you with C++ code but I will give the library some real life tests and provide you with useful feedback.</p>
<p>p.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-120</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 07 Dec 2006 22:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-120</guid>
		<description>The original idea behind my request was, as Guenter well explained in his example, to do all the possible conversions between PocoData supported types (all PODs, std::string and Poco::Data::BLOB) that make sense. In the particular case you&#039;re mentioning, Poco::Data::BLOB can easily be turned into std::string using char* BLOB::rawContent() member function.
But nothing is infinite and the whole thing can be as general as possible, i.e. if you decide to convert an integer larger than 127 into char, to throw is better than to overflow.</description>
		<content:encoded><![CDATA[<p>The original idea behind my request was, as Guenter well explained in his example, to do all the possible conversions between PocoData supported types (all PODs, std::string and Poco::Data::BLOB) that make sense. In the particular case you&#8217;re mentioning, Poco::Data::BLOB can easily be turned into std::string using char* BLOB::rawContent() member function.<br />
But nothing is infinite and the whole thing can be as general as possible, i.e. if you decide to convert an integer larger than 127 into char, to throw is better than to overflow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paschal</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-119</link>
		<dc:creator>Paschal</dc:creator>
		<pubDate>Thu, 07 Dec 2006 19:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-119</guid>
		<description>You want to be able to support queries like &quot;select * from any_table&quot; where the data types are unknown at run time. I think most libraries and tools convert every column to string. Then you have to make a decision what to do with data types like Oracle&#039;s RAW, CLOBS and BLOBS.
OTL for example has a function to covert number, dates and floats into string but the function will throw if you try to retrieve a blob which sucks because if you are creating a general purpose query tool you cannot know if a user may decide to do a &quot;select * from table_with_some_blobs&quot;

p.</description>
		<content:encoded><![CDATA[<p>You want to be able to support queries like &#8220;select * from any_table&#8221; where the data types are unknown at run time. I think most libraries and tools convert every column to string. Then you have to make a decision what to do with data types like Oracle&#8217;s RAW, CLOBS and BLOBS.<br />
OTL for example has a function to covert number, dates and floats into string but the function will throw if you try to retrieve a blob which sucks because if you are creating a general purpose query tool you cannot know if a user may decide to do a &#8220;select * from table_with_some_blobs&#8221;</p>
<p>p.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-118</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 07 Dec 2006 16:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-118</guid>
		<description>Is the name open for discussion? If so, then I vote for DynamicAny (recently proposed by Peter). I mean, with Futurama and all, Flexo does not sound like a Poco class ;-).</description>
		<content:encoded><![CDATA[<p>Is the name open for discussion? If so, then I vote for DynamicAny (recently proposed by Peter). I mean, with Futurama and all, Flexo does not sound like a Poco class <img src='http://pocoproject.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guenter</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-117</link>
		<dc:creator>guenter</dc:creator>
		<pubDate>Thu, 07 Dec 2006 16:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-117</guid>
		<description>The rational explanation would be FLEXible Object ;-)</description>
		<content:encoded><![CDATA[<p>The rational explanation would be FLEXible Object <img src='http://pocoproject.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-116</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 07 Dec 2006 15:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-116</guid>
		<description>Hm - now I&#039;m not sure whether you are pulling my leg or working too much ;-)</description>
		<content:encoded><![CDATA[<p>Hm &#8211; now I&#8217;m not sure whether you are pulling my leg or working too much <img src='http://pocoproject.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guenter</title>
		<link>http://pocoproject.org/blog/?p=41&#038;cpage=1#comment-115</link>
		<dc:creator>guenter</dc:creator>
		<pubDate>Thu, 07 Dec 2006 12:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://appinf.com/poco/blog/?p=41#comment-115</guid>
		<description>You know, there once was a TV show called &lt;a href=&quot;http://en.wikipedia.org/wiki/Futurama&quot; rel=&quot;nofollow&quot;&gt;Futurama&lt;/a&gt;. It had two robot characters in it: Bender and Flexo...</description>
		<content:encoded><![CDATA[<p>You know, there once was a TV show called <a href="http://en.wikipedia.org/wiki/Futurama" rel="nofollow">Futurama</a>. It had two robot characters in it: Bender and Flexo&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
