× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> From: Franco Biaggi
> 
> Could you please explain me how to build a transaction that involve
> multiple files updates without journaling ?

We don't "build transactions" on the iSeries, Franco.  We update the
records.  That's because THE ISERIES DATABASE DOES NOT CRASH.  So, if I
need to update three records, I update them.

Remember, I could always do my own journaling.  If this was some sort of
super-critical update that required ultimate security, I could read the
records, write the before images to a safe place, update the records,
then clear the before images.  In effect, I could do my own commitment
control.  But why do you think you need commitment control?  Who has
told you this is a requirement?  When have you ever seen an iSeries fail
to write to disk?

Remember, the iSeries can lose a disk drive and still keep running.
This is why I don't use other machines than the iSeries for my database.

Joe


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.