Re: UI Question: Protecting Critical Delete?
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Sun, 03 Sep 2006 12:11:30 GMT
(PeteCresswell) wrote:
Per Rick Brandt:
This is why I dislike prefixing tables with "tbl". If I were doing
what you are talking about I wouldn't have to find and replace all
affected table names. I would simply rename the table and create a
query with the same name that the table formerly had and I'm done.
You don't say that you yourself use the "tbl" prefix, but the
reference to find and replace implies that.
Right. I *always* prefix my table names. "tbl..." "tlkp..."
"zmtbl..." "zstbl".
I would explicitly not want a situation where renaming a query to a
table name would work. Tables are tables. Queries are queries in
my book and I find real value in glancing at a name in the code and
knowing the diff. Kind of like scoping prefixes on variables.
I don't prefix variables either. To me, such naming conventions are no
different than when novices to database design build "smart keys" where multiple
pieces of information are combined into a single field. Objects already have
meta data that is easily available. I see no point in trying to embed that same
data into the name of the object.
Having said that, I make no value judgment about developers who use these
conventions. I just personally don't see the advantage that they claim is there
and see many advantages to NOT using them. It was no surprise to me that the
use of such is now being discouraged in the dot-net world. Microsoft was
largely alone in their common usage to begin with.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: UI Question: Protecting Critical Delete?
- From: Hank
- Re: UI Question: Protecting Critical Delete?
- References:
- UI Question: Protecting Critical Delete?
- From: (PeteCresswell)
- Re: UI Question: Protecting Critical Delete?
- From: David W. Fenton
- Re: UI Question: Protecting Critical Delete?
- From: (PeteCresswell)
- Re: UI Question: Protecting Critical Delete?
- From: tina
- Re: UI Question: Protecting Critical Delete?
- From: (PeteCresswell)
- Re: UI Question: Protecting Critical Delete?
- From: Rick Brandt
- Re: UI Question: Protecting Critical Delete?
- From: (PeteCresswell)
- UI Question: Protecting Critical Delete?
- Prev by Date: Re: Making categories
- Next by Date: Re: Array problem when resetting after breakpoint
- Previous by thread: Re: UI Question: Protecting Critical Delete?
- Next by thread: Re: UI Question: Protecting Critical Delete?
- Index(es):
Relevant Pages
|