<?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>Christopher H. Laco &#187; IDataReader</title>
	<atom:link href="http://chrislaco.com/tag/idatareader/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrislaco.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 00:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CsvDataReader Updates</title>
		<link>http://chrislaco.com/software/csvdatareader-updates/</link>
		<comments>http://chrislaco.com/software/csvdatareader-updates/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 02:45:08 +0000</pubDate>
		<dc:creator>claco</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Csv]]></category>
		<category><![CDATA[FixedLength]]></category>
		<category><![CDATA[IDataReader]]></category>
		<category><![CDATA[Schema.ini]]></category>
		<category><![CDATA[TabDelimited]]></category>

		<guid isPermaLink="false">http://chrislaco.com/?p=24</guid>
		<description><![CDATA[A few batches of udates to CsvDataReader this week. I added support for schema.ini files including all of the TabDelimited, CsvDelimited, FixedLength and Delimited(*) formats. I also added support and tests for using Streams. Bugs and maybe some option flags &#8230; <a href="http://chrislaco.com/software/csvdatareader-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few batches of udates to <a href="http://github.com/claco/csvdatareader/">CsvDataReader</a> this week. I added support for schema.ini files including all of the TabDelimited, CsvDelimited, FixedLength and Delimited(*) formats. I also added support and tests for using Streams.<br />
<span id="more-24"></span><br />
Bugs and maybe some option flags not withstanding, I think its done for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrislaco.com/software/csvdatareader-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CsvDataReader</title>
		<link>http://chrislaco.com/software/csvdatareader/</link>
		<comments>http://chrislaco.com/software/csvdatareader/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 07:11:22 +0000</pubDate>
		<dc:creator>claco</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Csv]]></category>
		<category><![CDATA[FixedLength]]></category>
		<category><![CDATA[IDataReader]]></category>
		<category><![CDATA[Schema.ini]]></category>
		<category><![CDATA[TabDelimited]]></category>

		<guid isPermaLink="false">http://chrislaco.com/?p=8</guid>
		<description><![CDATA[Yes, there a few of these out there. Some free. Some not free. Some with IDataReader. Some without IDataReader. Some support IsDbNull. Some insist on always using Empty. Some are NotInheritable. Some are. I wanted a mix of those features &#8230; <a href="http://chrislaco.com/software/csvdatareader/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, there a few of these out there. Some free. Some not free. Some with IDataReader. Some without IDataReader. Some support IsDbNull. Some insist on always using Empty. Some are NotInheritable. Some are.<br />
<span id="more-8"></span><br />
I wanted a mix of those features and I also wanted to define the columns manually at times using the existing DataColumn bits from the Data namespace.</p>
<p>Thus, the gazillionth <a href="http://github.com/claco/csvdatareader/wikis">CsvDataReader</a> was born. Use it. Steal it. Send patches.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrislaco.com/software/csvdatareader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
