<?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: Add New Column to External Data</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/06/02/add-new-column-to-external-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/06/02/add-new-column-to-external-data/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jamie Collins</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/02/add-new-column-to-external-data/#comment-4771</link>
		<dc:creator>Jamie Collins</dc:creator>
		<pubDate>Mon, 03 Jan 2005 09:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=594#comment-4771</guid>
		<description>&lt;p&gt;&quot;how to add a column to table(by using query in vb6)&quot;&lt;/p&gt;
&lt;p&gt;Execute SQL DDL against an ADO Connection e.g.&lt;/p&gt;
&lt;p&gt;  Conn.Execute _&lt;br&gt;
    &quot;ALTER TABLE MyTable&quot; &amp; _&lt;br&gt;
    &quot; ADD MyNewColumn VARCHAR(255)&quot; &amp; _&lt;br&gt;
    &quot; DEFAULT &#039;{{NK}}&#039; NOT NULL;&quot;&lt;/p&gt;
&lt;p&gt;Jamie.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;how to add a column to table(by using query in vb6)&#8221;</p>
<p>Execute SQL DDL against an ADO Connection e.g.</p>
<p>  Conn.Execute _<br />
    &#8220;ALTER TABLE MyTable&#8221; &amp; _<br />
    &#8221; ADD MyNewColumn VARCHAR(255)&#8221; &amp; _<br />
    &#8221; DEFAULT &#8216;{{NK}}&#8217; NOT NULL;&#8221;</p>
<p>Jamie.</p>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/02/add-new-column-to-external-data/#comment-3745</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Fri, 31 Dec 2004 21:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=594#comment-3745</guid>
		<description>&lt;p&gt;Sandhya: If I understand your problem correctly, you want to modify the database schema.  You might want to check with an Access programming newsgroup as to how one does that rather than asking in Dick&#039;s XL-focused blog.&lt;/p&gt;
&lt;p&gt;To query a db schema one would start with the OpenSchema method of a ADO connection.  Whether updating the schema uses the same start point is something you will have to investigate yourself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sandhya: If I understand your problem correctly, you want to modify the database schema.  You might want to check with an Access programming newsgroup as to how one does that rather than asking in Dick&#8217;s XL-focused blog.</p>
<p>To query a db schema one would start with the OpenSchema method of a ADO connection.  Whether updating the schema uses the same start point is something you will have to investigate yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandhya</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/02/add-new-column-to-external-data/#comment-3099</link>
		<dc:creator>sandhya</dc:creator>
		<pubDate>Wed, 29 Dec 2004 13:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=594#comment-3099</guid>
		<description>&lt;p&gt;hai&lt;br&gt;
 i have a minor doubt&lt;br&gt;
 that is &lt;/p&gt;
&lt;p&gt; I am doing a small project in VB.6 with Ms Access&lt;br&gt;
 but my point is how to add a column to table(by using query in vb6)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hai<br />
 i have a minor doubt<br />
 that is </p>
<p> I am doing a small project in VB.6 with Ms Access<br />
 but my point is how to add a column to table(by using query in vb6)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Cubitt</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/06/02/add-new-column-to-external-data/#comment-1625</link>
		<dc:creator>Martin Cubitt</dc:creator>
		<pubDate>Wed, 30 Jun 2004 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=594#comment-1625</guid>
		<description>&lt;p&gt;This does not appear to work for Import Text option.  Preserve Column Sort/Filter/Layout  is not available, sadly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This does not appear to work for Import Text option.  Preserve Column Sort/Filter/Layout  is not available, sadly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

