G
George Potemkin
Guest
> how does one go around and include idxfix in the same transaction? do transaction: find MyTable no-lock where recid(MyTable) eq MyRecid. buffer-copy MyTable to MyTempTable. os-command("idxfix ...") create MyTable. buffer-copy MyTempTable to MyTable. end. > unfortunately there's 22k records so I need to automate whatever I do. In Dan Foreman's books there are the examples of programs that parse db logs exactly for 1422's. The program that will use the recids from db log is almost ready (see above). ;-)
Continue reading...
Continue reading...