Re: dupe records on refresh
From: Bob Barrows [MVP] (reb01501_at_NOyahoo.SPAMcom)
Date: 02/11/05
- Next message: Randall McGarvey: "RE: asp pages hang randomly"
- Previous message: Ray Costanzo [MVP]: "Re: File downloads"
- In reply to: 2obvious: "dupe records on refresh"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Feb 2005 12:35:26 -0500
2obvious wrote:
> Despite my best efforts, I cannot prevent bogus duplicate records in
> my database. I
Preventing duplicates is what your database's primary key and/or unique
index is for. It is folly to attempt to use application code to do your
database's job. Your database should be designed to protect your data's
integrity. Given that you're telling us that duplicates are being allowed, I
can pretty much guarantee that your database design is flawed.
Post some details and maybe somebody will have some suggestions.
Bob Barrows
-- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
- Next message: Randall McGarvey: "RE: asp pages hang randomly"
- Previous message: Ray Costanzo [MVP]: "Re: File downloads"
- In reply to: 2obvious: "dupe records on refresh"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|