|
From: Nathan Andelin
If the program is written correctly, the files will get updated.
Programs written correctly? That can be a tall order. Some Yahoo will
come along and place and retain a lock on one of the records within your
transaction boundary, or forget to set the SIZE parameter on your file to
*NOMAX records, or mess up some other configuration directive, or push the
little white button on the UPS...
I agree however that using only record-level-access methods to update
files avoids most problems. You can at least test whether you can get a
lock on all records within your transaction boundary before performing an
update, and writes hardly ever fail.
But some SQL programmer will eventually come along and design an
application to perform set oriented updates using a set oriented user
interface, and things get more complicated and become less reliable.
As an Amazon Associate we earn from qualifying purchases.
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.