<?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: Why on Earth do Business Schools Teach Microsoft Access?</title>
	<atom:link href="http://thewaronbullshit.com/2008/01/27/microsoft-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewaronbullshit.com/2008/01/27/microsoft-access/</link>
	<description>Take no prisoners</description>
	<lastBuildDate>Mon, 08 Mar 2010 06:19:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marc</title>
		<link>http://thewaronbullshit.com/2008/01/27/microsoft-access/comment-page-1/#comment-1419</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 23 Jan 2010 14:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://thewaronbullshit.com/2008/01/27/microsoft-access/#comment-1419</guid>
		<description>I am not a programmer and appreciate the need for databases. Growing weary over the years of endless meetings with programmers explaining what the database I need is supposed to accomplish (&quot;I&#039;m sorry I just don&#039;t understand why you need to see the name of the customer here&quot;), I now create my own when I need one.
Access is simple. It gets the vast majority of database tasks done without having to address all the annoyances of databases. Relying on SQL is not better (and yes I can write SQL statements). It is a pain in the neck. The Access query builder is very strong because it is proprietary. All the more-power-and-control-arguments do not stack up against ease of use, something Mr. Wolfe pointed out in another blog post. If Microsoft had worked out the incompatibility of versions problems, the terrible record locking and  poor performance on the internet we wouldn&#039;t be discussing anything else.</description>
		<content:encoded><![CDATA[<p>I am not a programmer and appreciate the need for databases. Growing weary over the years of endless meetings with programmers explaining what the database I need is supposed to accomplish (&#8220;I&#8217;m sorry I just don&#8217;t understand why you need to see the name of the customer here&#8221;), I now create my own when I need one.<br />
Access is simple. It gets the vast majority of database tasks done without having to address all the annoyances of databases. Relying on SQL is not better (and yes I can write SQL statements). It is a pain in the neck. The Access query builder is very strong because it is proprietary. All the more-power-and-control-arguments do not stack up against ease of use, something Mr. Wolfe pointed out in another blog post. If Microsoft had worked out the incompatibility of versions problems, the terrible record locking and  poor performance on the internet we wouldn&#8217;t be discussing anything else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kavan Wolfe</title>
		<link>http://thewaronbullshit.com/2008/01/27/microsoft-access/comment-page-1/#comment-1418</link>
		<dc:creator>Kavan Wolfe</dc:creator>
		<pubDate>Mon, 09 Nov 2009 06:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://thewaronbullshit.com/2008/01/27/microsoft-access/#comment-1418</guid>
		<description>@infixum,

I think that showing a business student access and saying, &quot;here, this is what databases are about,&quot; is sort of like handing an aerospace engineer a paper airplane and saying &quot;here, this is what space shuttles are about.&quot; It isn&#039;t a straightforward introduction, it&#039;s a dangerous lie.

@H, MS does not pay either of the business schools I am familiar with to use Access. It wouldn&#039;t surprise me if they did, but I&#039;m not aware of them actually doing it.

@linzc111, No, Access is not a fine place to start because it&#039;s not a simple database - it&#039;s completely unlike any full-featured DBMS. This is not the same as teaching people the basics of flying in a Cesna because it&#039;s simpler than a jumbo jet. Access isn&#039;t simpler, it&#039;s different. Playing with Access doesn&#039;t teach students the basics of databases, it teaches them the intricacies of the Access interface. Teaching query-by-example and Access&#039;s peculiar take on forms and reports is a complete waste of time.

@lycanr1,
My problem with access isn&#039;t with using it to facilitate prototyping in some end-user design project, it&#039;s with misleading students about the nature of databases by using it as a teaching tool.</description>
		<content:encoded><![CDATA[<p>@infixum,</p>
<p>I think that showing a business student access and saying, &#8220;here, this is what databases are about,&#8221; is sort of like handing an aerospace engineer a paper airplane and saying &#8220;here, this is what space shuttles are about.&#8221; It isn&#8217;t a straightforward introduction, it&#8217;s a dangerous lie.</p>
<p>@H, MS does not pay either of the business schools I am familiar with to use Access. It wouldn&#8217;t surprise me if they did, but I&#8217;m not aware of them actually doing it.</p>
<p>@linzc111, No, Access is not a fine place to start because it&#8217;s not a simple database &#8211; it&#8217;s completely unlike any full-featured DBMS. This is not the same as teaching people the basics of flying in a Cesna because it&#8217;s simpler than a jumbo jet. Access isn&#8217;t simpler, it&#8217;s different. Playing with Access doesn&#8217;t teach students the basics of databases, it teaches them the intricacies of the Access interface. Teaching query-by-example and Access&#8217;s peculiar take on forms and reports is a complete waste of time.</p>
<p>@lycanr1,<br />
My problem with access isn&#8217;t with using it to facilitate prototyping in some end-user design project, it&#8217;s with misleading students about the nature of databases by using it as a teaching tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lycanr1</title>
		<link>http://thewaronbullshit.com/2008/01/27/microsoft-access/comment-page-1/#comment-1417</link>
		<dc:creator>lycanr1</dc:creator>
		<pubDate>Sat, 31 Oct 2009 04:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://thewaronbullshit.com/2008/01/27/microsoft-access/#comment-1417</guid>
		<description>I understand the programmer/dba pain with Microsoft Access, I really do. We had customers using Access databases and when it comes down to it if you really do your legwork, you will realize when the day is over that JETSQL is actually pretty damned amazing. For what it is, it offers users interested in business the tools in a box to get business done. On the other hand, yes they can get more done after designers, archtiects, programmmers, program managers, finance, executive teams and such get together, inflate their self worth, their pay, and titles for developing a system on Oracle, Business Objects and SAP. Is it worth it?

If it gets the job done and if it is efficient, perhaps learn from the prototype that the user developed in Access to scale up to a larger solution. I really don&#039;t see a problem with Access, it&#039;s a business man&#039;s rapid prototyping tool. Everyone wants to justify thier job position, cry babies.</description>
		<content:encoded><![CDATA[<p>I understand the programmer/dba pain with Microsoft Access, I really do. We had customers using Access databases and when it comes down to it if you really do your legwork, you will realize when the day is over that JETSQL is actually pretty damned amazing. For what it is, it offers users interested in business the tools in a box to get business done. On the other hand, yes they can get more done after designers, archtiects, programmmers, program managers, finance, executive teams and such get together, inflate their self worth, their pay, and titles for developing a system on Oracle, Business Objects and SAP. Is it worth it?</p>
<p>If it gets the job done and if it is efficient, perhaps learn from the prototype that the user developed in Access to scale up to a larger solution. I really don&#8217;t see a problem with Access, it&#8217;s a business man&#8217;s rapid prototyping tool. Everyone wants to justify thier job position, cry babies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linzc111</title>
		<link>http://thewaronbullshit.com/2008/01/27/microsoft-access/comment-page-1/#comment-590</link>
		<dc:creator>linzc111</dc:creator>
		<pubDate>Tue, 29 Jan 2008 21:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://thewaronbullshit.com/2008/01/27/microsoft-access/#comment-590</guid>
		<description>Also :) Tons of HR people in my company use access to manipulate data and run ad hoc reports. Granted, IT would rather build robust reporting soluitions for them like Business Objects, but it is something they can pick up and use to get what they need.</description>
		<content:encoded><![CDATA[<p>Also <img src='http://thewaronbullshit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Tons of HR people in my company use access to manipulate data and run ad hoc reports. Granted, IT would rather build robust reporting soluitions for them like Business Objects, but it is something they can pick up and use to get what they need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linzc111</title>
		<link>http://thewaronbullshit.com/2008/01/27/microsoft-access/comment-page-1/#comment-589</link>
		<dc:creator>linzc111</dc:creator>
		<pubDate>Tue, 29 Jan 2008 21:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://thewaronbullshit.com/2008/01/27/microsoft-access/#comment-589</guid>
		<description>For people who know nothing about databases, Access is a fine place to start. They will learn the concept of normalizing data, relating tables and even if they are not writing the SQL, you can teach how a language is required manipulate the data. People in business school will never be programming on Oracle databases, but understanding the concepts will help them talk to technologists. As a business analyst or technologist, having your users grasp some idea is a blessing!

Access does seem somewhat antiquated, but I&#039;m not sure if there is another solution that provides a level of abstraction.</description>
		<content:encoded><![CDATA[<p>For people who know nothing about databases, Access is a fine place to start. They will learn the concept of normalizing data, relating tables and even if they are not writing the SQL, you can teach how a language is required manipulate the data. People in business school will never be programming on Oracle databases, but understanding the concepts will help them talk to technologists. As a business analyst or technologist, having your users grasp some idea is a blessing!</p>
<p>Access does seem somewhat antiquated, but I&#8217;m not sure if there is another solution that provides a level of abstraction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H</title>
		<link>http://thewaronbullshit.com/2008/01/27/microsoft-access/comment-page-1/#comment-588</link>
		<dc:creator>H</dc:creator>
		<pubDate>Tue, 29 Jan 2008 17:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://thewaronbullshit.com/2008/01/27/microsoft-access/#comment-588</guid>
		<description>MS pays schools to use and teach their software. Simple as that.</description>
		<content:encoded><![CDATA[<p>MS pays schools to use and teach their software. Simple as that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infixum</title>
		<link>http://thewaronbullshit.com/2008/01/27/microsoft-access/comment-page-1/#comment-587</link>
		<dc:creator>infixum</dc:creator>
		<pubDate>Mon, 28 Jan 2008 03:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://thewaronbullshit.com/2008/01/27/microsoft-access/#comment-587</guid>
		<description>It&#039;s easy - like you pointed out - easy to grade too.  An MS Access license is a lot cheaper than a dedicated server and an SQL license although, for educational purposes, Postgresql and MySQL are probably free.  I suspect the instructors themselves might not know SQL.
Teaching CREATE TABLE and SELECT . . . FROM . . . WHERE . . . even at the most basic level is harder than handing someone Access and saying, &quot;This is essentially what databases are about.&quot;
Most of the &quot;business people&quot; (MBA&#039;s, Six Sigma Black Belts) where I work use MS Access exclusively for their data needs.  A handful of the sharper ones actually use MSSQL - and boy, do they have a leg up on their peers!
Information Services people and Operations geeks like me do most of the keyboard based SQL, though.
You&#039;re right, it is BS.  To get beyond that you&#039;ve got to learn SQL on your own - usually in the workplace.</description>
		<content:encoded><![CDATA[<p>It&#8217;s easy &#8211; like you pointed out &#8211; easy to grade too.  An MS Access license is a lot cheaper than a dedicated server and an SQL license although, for educational purposes, Postgresql and MySQL are probably free.  I suspect the instructors themselves might not know SQL.<br />
Teaching CREATE TABLE and SELECT . . . FROM . . . WHERE . . . even at the most basic level is harder than handing someone Access and saying, &#8220;This is essentially what databases are about.&#8221;<br />
Most of the &#8220;business people&#8221; (MBA&#8217;s, Six Sigma Black Belts) where I work use MS Access exclusively for their data needs.  A handful of the sharper ones actually use MSSQL &#8211; and boy, do they have a leg up on their peers!<br />
Information Services people and Operations geeks like me do most of the keyboard based SQL, though.<br />
You&#8217;re right, it is BS.  To get beyond that you&#8217;ve got to learn SQL on your own &#8211; usually in the workplace.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
