<?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: Connect to a CSV file using ODBC [C#]</title>
	<atom:link href="http://www.thejackol.com/2004/07/01/connect-to-a-csv-file-using-odbc-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com/2004/07/01/connect-to-a-csv-file-using-odbc-c/</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:05:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ian</title>
		<link>http://www.thejackol.com/2004/07/01/connect-to-a-csv-file-using-odbc-c/comment-page-1/#comment-200502</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 19 May 2009 15:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=31#comment-200502</guid>
		<description>Nice example. Note that there should be a capital R on oDR.read().
Also a finally block to close the file, or alternatively use the &#039;using&#039; construct to open the connection.</description>
		<content:encoded><![CDATA[<p>Nice example. Note that there should be a capital R on oDR.read().<br />
Also a finally block to close the file, or alternatively use the &#8216;using&#8217; construct to open the connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.thejackol.com/2004/07/01/connect-to-a-csv-file-using-odbc-c/comment-page-1/#comment-16460</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 28 Oct 2005 13:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=31#comment-16460</guid>
		<description>That last post mangled the URL, so I&#039;ll try something else.

See the connection strings for &quot;Text&quot; at http://www.connectionstrings.com/
--- ODBC ---
&quot;Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=c:\txtFilesFolder\;Extensions=asc,csv,tab,txt;&quot; 
--- OLEDB ---
&quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\txtFilesFolder\;Extended Properties=&quot;&quot;text;HDR=Yes;FMT=Delimited&quot;&quot;&quot; 
(&quot;HDR=Yes;&quot; indicates that the first row contains columnnames, not data)</description>
		<content:encoded><![CDATA[<p>That last post mangled the <span class="caps">URL</span>, so I&#8217;ll try something else.</p>
<p>See the connection strings for &#8220;Text&#8221; at <a href="http://www.connectionstrings.com/" rel="nofollow">http://www.connectionstrings.com/</a><br />
&#8212;- <span class="caps">ODBC</span> &#8212;-<br />
&#8220;Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=c:\txtFilesFolder\;Extensions=asc,csv,tab,txt;&#8221; <br />
&#8212;- <span class="caps">OLEDB</span> &#8212;-<br />
&#8220;Provider=Microsoft.Jet.<span class="caps">OLEDB</span>.4.0;Data Source=c:\txtFilesFolder\;Extended Properties=&#8221;&#8220;text;HDR=Yes;FMT=Delimited&#8221;&#8220;&#8221; <br />
(&#8220;HDR=Yes;&#8221; indicates that the first row contains columnnames, not data)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.thejackol.com/2004/07/01/connect-to-a-csv-file-using-odbc-c/comment-page-1/#comment-16458</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 28 Oct 2005 13:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=31#comment-16458</guid>
		<description>Chris,
Try using:
  ;HDR=No

http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnaraccessdev/html/ODC_MicrosoftOfficeDeveloperForumConnectionStringParametersinMicrosoftAccess.asp</description>
		<content:encoded><![CDATA[<p>Chris,<br />
Try using:<br />
  ;HDR=No</p>
<p><a href="http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnaraccessdev/html/ODC_MicrosoftOfficeDeveloperForumConnectionStringParametersinMicrosoftAccess.asp" rel="nofollow">http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnaraccessdev/html/ODC_MicrosoftOfficeDeveloperForumConnectionStringParametersinMicrosoftAccess.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail</title>
		<link>http://www.thejackol.com/2004/07/01/connect-to-a-csv-file-using-odbc-c/comment-page-1/#comment-100</link>
		<dc:creator>Mikhail</dc:creator>
		<pubDate>Wed, 27 Oct 2004 18:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=31#comment-100</guid>
		<description>Hi Chris: I think you&#039;ll need to read that line manually.</description>
		<content:encoded><![CDATA[<p>Hi Chris: I think you&#8217;ll need to read that line manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.thejackol.com/2004/07/01/connect-to-a-csv-file-using-odbc-c/comment-page-1/#comment-98</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 27 Oct 2004 16:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=31#comment-98</guid>
		<description>Great example - found it ignores the first line - must assume field names - what is required to read first line?</description>
		<content:encoded><![CDATA[<p>Great example &#8211; found it ignores the first line &#8211; must assume field names &#8211; what is required to read first line?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
