Re: Relationships. Does anyone use them?
- From: "David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 19:18:49 -0500
salad <oil@xxxxxxxxxxx> wrote in
news:UrS4g.7411$BS2.3663@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Sounds like screwed up developing to me. In reality, no user
actually needs to use forms for data entry. They can simply pound
in data into the tables. What happens then is that there is no
data verification and that's where problems occur.
Well, consider this scenario then:
An application is built to enter data into a database. There is no
RI in the database.
Later, for different users, a different application is build for
manipulating the same database.
Now, consider that data integrity was enforced in the first
application's design, but to insure data integrity, the developer of
the second app has to re-implement the same features in the new
front end application.
This is extra work that engine-level RI enforcement makes completely
unnecesary.
Secondly, if the second developer misunderstands the data structure,
she may introduce invalid data that works fine in *her* application,
but that breaks the original application.
Using RI insures that any application running against the same
database will be completely unable to write or edit invalid data.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.
- References:
- Relationships. Does anyone use them?
- From: salad
- Re: Relationships. Does anyone use them?
- From: TIMMY!
- Re: Relationships. Does anyone use them?
- From: salad
- Re: Relationships. Does anyone use them?
- From: Tim Marshall
- Re: Relationships. Does anyone use them?
- From: salad
- Relationships. Does anyone use them?
- Prev by Date: Re: Relationships. Does anyone use them?
- Next by Date: Re: Obtain MCSE,MCSD,MCSA,MCDBA without exams(Pay after check results)100% passing gaurantee
- Previous by thread: Re: Relationships. Does anyone use them?
- Next by thread: Re: Relationships. Does anyone use them?
- Index(es):
Relevant Pages
|