G
George Potemkin
Guest
"release Customer" is a first statement that uses the buffer named "Customer" defined by default in t2new.p. The buffer did not refer to a record. Hence the RELEASE statement does nothing. The FIND statement by itself releases a record if the buffer was referred any. Hence the preceding the RELEASE statement is meaningless at all. > Can anyone explain to me why a find with no lock using the rowid doesn't refresh the value in the buffer even with -rereadnolock parameter enabled? Just because it was implemented this way, me think.
Continue reading...
Continue reading...