Re: Hierarchical Relationship
Date: 2000/03/17
Message-ID: <8atkfk$l14$1_at_nnrp1.deja.com>#1/1
>> Same here, although I do wish he's get back to us about why Access
is such a "terrible product"... <<
While not part of the language, ACCESS programmers have a hell of a time learning to think in sets instead of procedures. I spend so much time trying to UN-learn them in classes. For example, ACCESS programmers write VB code instead of thinking about a pure SQL answer to a problem. They put those stupid little prefixes on names (i.e. tblPersonnel, intQuantity, etc.) which are at best redundant because SQL knows what the schema objects are from syntax. That is why you can legally give a column and a table the same name (don't do that!).
--CELKO--
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Mar 17 2000 - 00:00:00 CET