Re: FOREIGN KEY CONSTRAINTS
- From: "Jamie Collins" <jamiecollins@xxxxxxxxxx>
- Date: 26 Sep 2006 00:39:16 -0700
Granny Spitz via AccessMonster.com wrote:
A relational database engine that doesn't use transaction logs *can't* be
trusted to rollback a transaction, but that doesn't make it worthless.
I beg to differ on that one. Remember, we're not talking about a user
transaction; rather, a transaction created internally by the engine for
its own use i.e. to be able to rollback a partially completed
operation. So let's be clear: are you proposing that any operation that
involves the engine creating a transaction should be avoided? (I've
correctly identified the problem - absence of transaction logs - from
the symptoms this time, correct?) I think such an approach would result
in a fairly worthless application.
I note you still haven't posted any way of reproducing this
bug/observing this feature and we only have (your) anecdotal evidence
that it exists. I'm not dismissing it as a fallacy, though; we've all
seen inexplicable corruption, I'm sure. Based on what has been
presented here, I'm classifying it as a rare, unpredictable,
unfortunate event rather than something to actively plan for.
Most
people who use Access have no idea what a transaction rollback or commit is,
but they find that their Access database application is very useful to them.
This sounds most sinister. Because we're talking about the engine's own
transactions, what you are getting at is basically a false sense of
security, yes?
Are you saying anything that can go corrupt in Jet should be avoided?
No. I'm saying that the causes of those corruptions should be avoided.
That would be Access, then <g>? Are *you* coming over all aaron, now
<vbg>?
if they were doing financial
transactions or mission-critical data operations, Jet would would be the
wrong database engine to use. They need the stability and robustness of a
client/server database engine that uses transaction logs in those situations,
where rollbacks are conducted properly to keep the data consistent.
Now this sounds more like the balanced approach I was hoping for:
cascade referential actions are fine for your average, run of the mill
Access/Jet application, however for financial transactions or
mission-critical data operations a more robust SQL DBMS should be
seriously considered.
Jamie.
--
.
- References:
- Re: FOREIGN KEY CONSTRAINTS
- From: Granny Spitz via AccessMonster.com
- Re: FOREIGN KEY CONSTRAINTS
- From: RoyVidar
- Re: FOREIGN KEY CONSTRAINTS
- From: Granny Spitz via AccessMonster.com
- Re: FOREIGN KEY CONSTRAINTS
- From: Jamie Collins
- Re: FOREIGN KEY CONSTRAINTS
- From: Granny Spitz via AccessMonster.com
- Re: FOREIGN KEY CONSTRAINTS
- Prev by Date: Re: FOREIGN KEY CONSTRAINTS
- Next by Date: Re: FOREIGN KEY CONSTRAINTS
- Previous by thread: Re: FOREIGN KEY CONSTRAINTS
- Next by thread: Re: FOREIGN KEY CONSTRAINTS
- Index(es):
Relevant Pages
|