<?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: Running SQL from Visual Basic Code &#8211; Apostrophe problems!</title>
	<atom:link href="http://www.darraghmurray.com/general/running-sql-from-visul-basic-code-apostrophe-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darraghmurray.com/general/running-sql-from-visul-basic-code-apostrophe-problems/</link>
	<description>Web location of Darragh Murray. Writer with interests in international relations, music, cultural history and Arsenal football club. Home of the UN Internship FAQ.</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:26:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: daz</title>
		<link>http://www.darraghmurray.com/general/running-sql-from-visul-basic-code-apostrophe-problems/comment-page-1/#comment-45</link>
		<dc:creator>daz</dc:creator>
		<pubDate>Tue, 18 Jul 2006 22:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.darraghmurray.com/general/running-sql-from-visul-basic-code-apostrophe-problems/#comment-45</guid>
		<description>As far as I know, that delimter doesn&#039;t work in Jet SQL.

Access can take single &#039; &#039; delimters, but the way I propose is a functional way of doing it from code. Unfortunately, it seems that Jet inteprets the SQL different from VBA code than it does when using the normal query windows through its native interface. The reason why it is different, I shall have to find out!</description>
		<content:encoded><![CDATA[<p>As far as I know, that delimter doesn&#8217;t work in Jet SQL.</p>
<p>Access can take single &#8216; &#8216; delimters, but the way I propose is a functional way of doing it from code. Unfortunately, it seems that Jet inteprets the SQL different from VBA code than it does when using the normal query windows through its native interface. The reason why it is different, I shall have to find out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Young</title>
		<link>http://www.darraghmurray.com/general/running-sql-from-visul-basic-code-apostrophe-problems/comment-page-1/#comment-44</link>
		<dc:creator>David Young</dc:creator>
		<pubDate>Tue, 18 Jul 2006 06:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.darraghmurray.com/general/running-sql-from-visul-basic-code-apostrophe-problems/#comment-44</guid>
		<description>Does Access actually require postgres-style double-quotes around column names? SQL Server normally doesn&#039;t; but you could also try [] which is the other delimiter favoured by Microsoft DBs.

Anyway, dealing with s*** like that is your deserved punishment for using VB (and not even VB.NET!) in the year 2006.</description>
		<content:encoded><![CDATA[<p>Does Access actually require postgres-style double-quotes around column names? SQL Server normally doesn&#8217;t; but you could also try [] which is the other delimiter favoured by Microsoft DBs.</p>
<p>Anyway, dealing with s*** like that is your deserved punishment for using VB (and not even VB.NET!) in the year 2006.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

