Re: INSERT command doesn't work in Access
- From: "Rogas69" <rogas69@xxxxxxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 11:42:54 +0100
The reason I am using this is rather to allow quick assessment of meaning of
fields in complex query at design time not at run time. Why should I not use
it? It is one of best methods IMO to avoid mistakes. Date is rather trivial
but imagine that someone uses date in text format for some reason. If you
call the field 'MyDate' it is meaningless. If you call it strMyDate you know
that this is string - I am not using 'strict' hungarian notation, only some
hints that alleviate coding.
One of reasons Microsoft advices against hungarian notation now (yet 3-5
years ago it was completely different) is that tools can show you the type
of a member variable. Yes they can. But what if you view the code on a web
page, or in notepad? And if you are reading the code you not necessarily
want to mouse over each identifier to see its type. But, once again, it is a
matter of convention.
Peter
.
- Follow-Ups:
- Re: INSERT command doesn't work in Access
- From: Cor Ligthert
- Re: INSERT command doesn't work in Access
- From: Chad Z. Hower aka Kudzu
- Re: INSERT command doesn't work in Access
- References:
- INSERT command doesn't work in Access
- From: MW
- Re: INSERT command doesn't work in Access
- From: W.G. Ryan eMVP
- Re: INSERT command doesn't work in Access
- From: MW
- Re: INSERT command doesn't work in Access
- From: Rogas69
- Re: INSERT command doesn't work in Access
- From: Chad Z. Hower aka Kudzu
- Re: INSERT command doesn't work in Access
- From: Rogas69
- Re: INSERT command doesn't work in Access
- From: Chad Z. Hower aka Kudzu
- Re: INSERT command doesn't work in Access
- From: Rogas69
- Re: INSERT command doesn't work in Access
- From: Chad Z. Hower aka Kudzu
- INSERT command doesn't work in Access
- Prev by Date: Re: INSERT command doesn't work in Access
- Next by Date: Sql connection
- Previous by thread: Re: INSERT command doesn't work in Access
- Next by thread: Re: INSERT command doesn't work in Access
- Index(es):
Relevant Pages
|