<?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"
	>
<channel>
	<title>Comments on: Running SQL from Visual Basic Code - Apostrophe problems!</title>
	<atom:link href="http://www.darraghmurray.com/access-tips-solutions/running-sql-from-visul-basic-code-apostrophe-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darraghmurray.com/access-tips-solutions/running-sql-from-visul-basic-code-apostrophe-problems/</link>
	<description>It is not the critic who counts</description>
	<pubDate>Fri, 21 Nov 2008 22:43:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: daz</title>
		<link>http://www.darraghmurray.com/access-tips-solutions/running-sql-from-visul-basic-code-apostrophe-problems/#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't work in Jet SQL.

Access can take single ' ' 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/access-tips-solutions/running-sql-from-visul-basic-code-apostrophe-problems/#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'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>
