<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Quickly Link SQL Server Tables in Access</title>
	<atom:link href="http://improvingsoftware.com/2009/10/15/code-snippet-quickly-link-sql-server-tables-in-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://improvingsoftware.com/2009/10/15/code-snippet-quickly-link-sql-server-tables-in-access/</link>
	<description>Upgrading the software development process one reader at a time.</description>
	<lastBuildDate>Mon, 23 Jan 2012 00:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: johnfx</title>
		<link>http://improvingsoftware.com/2009/10/15/code-snippet-quickly-link-sql-server-tables-in-access/#comment-1235</link>
		<dc:creator><![CDATA[johnfx]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 00:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://improvingsoftware.com/?p=1462#comment-1235</guid>
		<description><![CDATA[As opposed to what, exactly? Linking tables always seems to work just fine for me.  

If you have seen any information to the contrary, please come back and give me a link, but as far as I am concerned this is as good a technique as any.

What you may be confusing is that using an Access DB as a backend can be problematic over unreliable network connections or with large numbers of concurrent users. However, those problems have nothing to do with using Access as a front-end with linked tables to another RDBMS.]]></description>
		<content:encoded><![CDATA[<p>As opposed to what, exactly? Linking tables always seems to work just fine for me.  </p>
<p>If you have seen any information to the contrary, please come back and give me a link, but as far as I am concerned this is as good a technique as any.</p>
<p>What you may be confusing is that using an Access DB as a backend can be problematic over unreliable network connections or with large numbers of concurrent users. However, those problems have nothing to do with using Access as a front-end with linked tables to another RDBMS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendra</title>
		<link>http://improvingsoftware.com/2009/10/15/code-snippet-quickly-link-sql-server-tables-in-access/#comment-1234</link>
		<dc:creator><![CDATA[Hendra]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 00:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://improvingsoftware.com/?p=1462#comment-1234</guid>
		<description><![CDATA[Thanx a lot John...do you always use linking tables method ? i&#039;ve heard a lot issues that linking tables is not recomended for network and multi user...i have not tried Lingking Tables in the network....]]></description>
		<content:encoded><![CDATA[<p>Thanx a lot John&#8230;do you always use linking tables method ? i&#8217;ve heard a lot issues that linking tables is not recomended for network and multi user&#8230;i have not tried Lingking Tables in the network&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnfx</title>
		<link>http://improvingsoftware.com/2009/10/15/code-snippet-quickly-link-sql-server-tables-in-access/#comment-1232</link>
		<dc:creator><![CDATA[johnfx]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 06:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://improvingsoftware.com/?p=1462#comment-1232</guid>
		<description><![CDATA[Just change the connection string in BuildSQLConnectionString to the appropriate one for your MySQL Server. It should work without modifications to the rest of it.]]></description>
		<content:encoded><![CDATA[<p>Just change the connection string in BuildSQLConnectionString to the appropriate one for your MySQL Server. It should work without modifications to the rest of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendra</title>
		<link>http://improvingsoftware.com/2009/10/15/code-snippet-quickly-link-sql-server-tables-in-access/#comment-1231</link>
		<dc:creator><![CDATA[Hendra]]></dc:creator>
		<pubDate>Sat, 21 Jan 2012 13:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://improvingsoftware.com/?p=1462#comment-1231</guid>
		<description><![CDATA[Hi...
I&#039;ve been looking for this codes...how can i use it to MySql as Back End]]></description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
I&#8217;ve been looking for this codes&#8230;how can i use it to MySql as Back End</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnfx</title>
		<link>http://improvingsoftware.com/2009/10/15/code-snippet-quickly-link-sql-server-tables-in-access/#comment-681</link>
		<dc:creator><![CDATA[johnfx]]></dc:creator>
		<pubDate>Wed, 19 May 2010 19:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://improvingsoftware.com/?p=1462#comment-681</guid>
		<description><![CDATA[I think that depends more on the DB platform than the cloud. I haven&#039;t worked with Azure very much yet, but with Amazon and most other Hardware-as-a-service providers it should be no different than working against a DB server in a remote part of the building. You just have to make sure to configure the &quot;virtual&quot; firewall correctly for whatever ports/protocols you expect to communicate with the DB over.]]></description>
		<content:encoded><![CDATA[<p>I think that depends more on the DB platform than the cloud. I haven&#8217;t worked with Azure very much yet, but with Amazon and most other Hardware-as-a-service providers it should be no different than working against a DB server in a remote part of the building. You just have to make sure to configure the &#8220;virtual&#8221; firewall correctly for whatever ports/protocols you expect to communicate with the DB over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Waddell</title>
		<link>http://improvingsoftware.com/2009/10/15/code-snippet-quickly-link-sql-server-tables-in-access/#comment-680</link>
		<dc:creator><![CDATA[Michael Waddell]]></dc:creator>
		<pubDate>Wed, 19 May 2010 19:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://improvingsoftware.com/?p=1462#comment-680</guid>
		<description><![CDATA[Nice article. I, too, have old, deep MS Access roots and developed routines for linking. Now, in the 21st century, the question I have is -- do you know if Azure (or other SQL in the cloud, like Amazon) supports linking from desktop to cloud?]]></description>
		<content:encoded><![CDATA[<p>Nice article. I, too, have old, deep MS Access roots and developed routines for linking. Now, in the 21st century, the question I have is &#8212; do you know if Azure (or other SQL in the cloud, like Amazon) supports linking from desktop to cloud?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

