[AccessD] From a reader

Drew Wutka DWUTKA at Marlow.com
Tue Feb 8 13:30:10 CST 2011


The funny thing is, the reason Access gets such a bad name is that it
can be used by amateurs, and when that happens, you get clunky.

A professional Access developer understands what an .mdb is.  They
understand the inner-workings enough to optimize performance. 

This is the same reason so many 'clunky' web applications have been
made.

How many Access pro's could tell you EXACTLY what Jet is doing when you
are running 'SELECT * FROM tblSomething WHERE ID=1' against a table in a
backend .mdb?  Probably very few.  How many could give you a conceptual
statement as to what is happening, like 'Jet is reading the index values
from the b/e .mdb, and then using that information to determine where to
start reading the table data'?  Probably most.  Yet how many 'amateurs'
have even a conceptual understanding?  They don't need to, Access just
does things for them.

Same problem with the web.  There are a WIDE variety of tools available,
that let someone with little to no understanding of a
website/webserver/browser system throw a 'fully functioning' (<--- term
used very loosely) 'website' (<---also used very loosely) up into
production.  It has been this way for a while.  

Drew

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mark Simms
Sent: Thursday, February 03, 2011 8:30 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] From a reader

I just LOVE that word "Clunky" to describe a web app !!

When everyone says how great the web is, I just point out all of the
"clunky" webapps I have to tolerate....from my bank, to my insurance
company, and on and on it goes. Then I get to a client site and have to
tolerate all of THEIR clunky webapps. They are slow, they don't respond,
they forget to validate, etc, etc., they don't integrate with windows,
they
don't cut-and-paste properly, and the list just goes on forever.

I'm going for a long, long winternight's sleep. Someone wake me up when
all
clunky web apps have been upgraded to Web 2.0 standards.


> make it 'look' like an access combobox, and act like it, but what's
> happening in the background is clunky.  First, .Net is creating
> javascript on the client side that is reacting to the 'OnClick' of the
> combobox (or index changed event), then it's sending all the current


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
The information contained in this transmission is intended only for the person or entity 
to which it is addressed and may contain II-VI Proprietary and/or II-VI Business 
Sensitive material. If you are not the intended recipient, please contact the sender 
immediately and destroy the material in its entirety, whether electronic or hard copy. 
You are notified that any review, retransmission, copying, disclosure, dissemination, 
or other use of, or taking of any action in reliance upon this information by persons 
or entities other than the intended recipient is prohibited.





More information about the AccessD mailing list