Re: INSERT command doesn't work in Access
- From: "Chad Z. Hower aka Kudzu" <cpub@xxxxxxxxx>
- Date: Thu, 16 Jun 2005 14:51:58 +0300
"Rogas69" <rogas69@xxxxxxxxxxxxxxxx> wrote in
news:OPotf$lcFHA.1356@xxxxxxxxxxxxxxxxxxxx:
> 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
Yes, I understand why you are using it. But its very non standard.
You are likely using it becuase your "tools" are not typesafe. ie DataReaders etc. But if you use
something like Indy.Data or LLBLGEN then your data access becomes typesafe, so type
mismatches are not possible. If this is the case, then you are using it to help fulfill a short
coming in your tools.
> should I not use it? It is one of best methods IMO to avoid mistakes.
Its better to used typed access and not just help to avoid, but eliminate instead.
> 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
Why would I use notepad for any real development?
> But, once again, it is a matter of convention.
As I said, if you are the only one use a database its merely a personal preference. However if
others are using your database as well, you will receive a lot of negative feedback regarding this.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
.
- 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
- Re: INSERT command doesn't work in Access
- From: Rogas69
- INSERT command doesn't work in Access
- Prev by Date: Re: Want to write your SQL statements and even stored procedures in pure C#?
- Next by Date: Connection Strings
- 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
|