<?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: ADO Recordset Basics</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:01:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: DustinH</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-63875</link>
		<dc:creator>DustinH</dc:creator>
		<pubDate>Thu, 19 May 2011 21:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-63875</guid>
		<description>&lt;p&gt;Awesome, this helped me out tonnes..  Thanks!!!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesome, this helped me out tonnes..  Thanks!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamilton</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-29981</link>
		<dc:creator>Hamilton</dc:creator>
		<pubDate>Mon, 21 Jan 2008 01:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-29981</guid>
		<description>&lt;p&gt;Another easy way to get the connection string is to turn on the macro recorder when you build the external data table.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another easy way to get the connection string is to turn on the macro recorder when you build the external data table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-29961</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Fri, 18 Jan 2008 22:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-29961</guid>
		<description>&lt;p&gt;I was trying to read some data from access to excel. One of the fields constains a string of 0s and 1s. When I used&lt;br&gt;
Set AcsRst = New ADODB.Recordset&lt;br&gt;
    AcsRst.Open sSQL, sConnect, adOpenForwardOnly, adLockReadOnly, adCmdText&lt;br&gt;
Cells(x,x).Value = AcsRst.Fields(&quot;xx&quot;).Value&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was trying to read some data from access to excel. One of the fields constains a string of 0s and 1s. When I used<br />
Set AcsRst = New ADODB.Recordset<br />
    AcsRst.Open sSQL, sConnect, adOpenForwardOnly, adLockReadOnly, adCmdText<br />
Cells(x,x).Value = AcsRst.Fields(&#8220;xx&#8221;).Value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Stockton</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-29839</link>
		<dc:creator>Bill Stockton</dc:creator>
		<pubDate>Fri, 11 Jan 2008 03:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-29839</guid>
		<description>&lt;p&gt;even better is &lt;a href=&quot;http://support.microsoft.com/kb/194124/EN-US/&quot; rel=&quot;nofollow&quot;&gt;http://support.microsoft.com/kb/194124/EN-US/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>even better is <a href="http://support.microsoft.com/kb/194124/EN-US/" rel="nofollow">http://support.microsoft.com/kb/194124/EN-US/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Stockton</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-29838</link>
		<dc:creator>Bill Stockton</dc:creator>
		<pubDate>Fri, 11 Jan 2008 03:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-29838</guid>
		<description>&lt;p&gt;Kristof Vydt wrote:&lt;br&gt;
&quot;I have one column in my Excel sheet, for which the recordset always returns value Nothing, although it clearly has (mixed texed and numeric) content...&quot;&lt;/p&gt;
&lt;p&gt;see: &lt;a href=&quot;http://support.microsoft.com/kb/257819&quot; rel=&quot;nofollow&quot;&gt;http://support.microsoft.com/kb/257819&lt;/a&gt;   add IMEX=1 to extended&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Kristof Vydt wrote:<br />
&#8220;I have one column in my Excel sheet, for which the recordset always returns value Nothing, although it clearly has (mixed texed and numeric) content&#8230;&#8221;</p>
<p>see: <a href="http://support.microsoft.com/kb/257819" rel="nofollow">http://support.microsoft.com/kb/257819</a>   add IMEX=1 to extended</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lotso</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-28044</link>
		<dc:creator>lotso</dc:creator>
		<pubDate>Sat, 13 Oct 2007 06:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-28044</guid>
		<description>&lt;p&gt;Just wondering, during the query, does it run in the background or will it run in the foreground and freeze everything until the results come out? I&#039;m successful in doing this using MSSQL server as the backend, but when I use PostgreSQL and the mODBC driver or the psqlodbc driver, I&#039;m faced w/ the query freezing that instance of excel until the time when the query results are returned to excel. This does not happen w/ MSSQL server.&lt;/p&gt;
&lt;p&gt;Would really appreciate a response&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just wondering, during the query, does it run in the background or will it run in the foreground and freeze everything until the results come out? I&#8217;m successful in doing this using MSSQL server as the backend, but when I use PostgreSQL and the mODBC driver or the psqlodbc driver, I&#8217;m faced w/ the query freezing that instance of excel until the time when the query results are returned to excel. This does not happen w/ MSSQL server.</p>
<p>Would really appreciate a response</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pereyra</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-17618</link>
		<dc:creator>pereyra</dc:creator>
		<pubDate>Sun, 04 Dec 2005 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-17618</guid>
		<description>&lt;p&gt;Everything is ok byt I can&#039;t find the ODBC driver for the database Postgres.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everything is ok byt I can&#8217;t find the ODBC driver for the database Postgres.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristof Vydt</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-15854</link>
		<dc:creator>Kristof Vydt</dc:creator>
		<pubDate>Tue, 06 Sep 2005 08:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-15854</guid>
		<description>&lt;p&gt;I have one column in my Excel sheet, for which the recordset always returns value Nothing, although it clearly has (mixed texed and numeric) content. &lt;/p&gt;
&lt;p&gt;Other columns (with text or numeric values) do not show this behaviour. Changing the format of the cell, manually typing the values again in Excel, ... nothing helped. Only if the cell has text content, it is recognised. Except for when I would type into Excel &#039;100 (including the quote), then it returns value 100.&lt;/p&gt;
&lt;p&gt;Any idea why and how to solve this curious behaviour ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have one column in my Excel sheet, for which the recordset always returns value Nothing, although it clearly has (mixed texed and numeric) content. </p>
<p>Other columns (with text or numeric values) do not show this behaviour. Changing the format of the cell, manually typing the values again in Excel, &#8230; nothing helped. Only if the cell has text content, it is recognised. Except for when I would type into Excel &#8217;100 (including the quote), then it returns value 100.</p>
<p>Any idea why and how to solve this curious behaviour ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Irshad</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-15842</link>
		<dc:creator>Amir Irshad</dc:creator>
		<pubDate>Fri, 02 Sep 2005 08:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-15842</guid>
		<description>&lt;p&gt;I have connected a SQL Server and also get value from a table of Database and now wants to access the value from database without using query,I meant to access value directly from the database table.&lt;/p&gt;
&lt;p&gt; Pls tell me How it is possible bcs I &#039;m so wory due to this problem If u help me then I will be great thankful to u for this consideration.&lt;/p&gt;
&lt;p&gt;Thanks and Regards,&lt;/p&gt;
&lt;p&gt;Amir Irshad Gondal&lt;br&gt;
&lt;a href=&quot;mailto:Email-irshad0207@hotmail.com&quot;&gt;Email-irshad0207@hotmail.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;mailto:Email-irshad_207@yahoo.com&quot;&gt;Email-irshad_207@yahoo.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;mailto:Email-irshad.gondal@gmail.com&quot;&gt;Email-irshad.gondal@gmail.com&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have connected a SQL Server and also get value from a table of Database and now wants to access the value from database without using query,I meant to access value directly from the database table.</p>
<p> Pls tell me How it is possible bcs I &#8216;m so wory due to this problem If u help me then I will be great thankful to u for this consideration.</p>
<p>Thanks and Regards,</p>
<p>Amir Irshad Gondal<br />
<a href="mailto:Email-irshad0207@hotmail.com">Email-irshad0207@hotmail.com</a><br />
<a href="mailto:Email-irshad_207@yahoo.com">Email-irshad_207@yahoo.com</a><br />
<a href="mailto:Email-irshad.gondal@gmail.com">Email-irshad.gondal@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/16/ado-recordset-basics/#comment-9284</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 10 Mar 2005 20:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=941#comment-9284</guid>
		<description>&lt;p&gt;I am having troubles with the connections&lt;/p&gt;
&lt;p&gt;Recieving Error&lt;br&gt;
&gt;Runtime Error 13Mismatch Type&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am having troubles with the connections</p>
<p>Recieving Error<br />
&gt;Runtime Error 13Mismatch Type</p>
]]></content:encoded>
	</item>
</channel>
</rss>

