Subject | Re: [IBO] BDE to IBO and Transaction components |
---|---|
Author | Paul Hope |
Post date | 2004-03-19T09:52:07Z |
Hi Helen
This worries me . .
that. I only use explict transactions when multiple tasks have to be
parcelled up.
To change hundreds of small reads and writes to explicit transactions would
be a massive and messy task
What exactly is the problem?
Regards
Paul
This worries me . .
> Autocommit true as a rule to abide by, no way. In your design, you haveto
> work out which tasks need autocommit and, if you use it, *always*require
> instantiate that transaction. Use autocommit for transactions that
> it, but wrap its use inside a timed explicit commit cycle.I have always exentsively used autocommit and my default transaction is
>
that. I only use explict transactions when multiple tasks have to be
parcelled up.
To change hundreds of small reads and writes to explicit transactions would
be a massive and messy task
What exactly is the problem?
Regards
Paul