[progress Communities] [progress Openedge Abl] Forum Post: Re: Fixing Duplicate Index...

  • Thread starter Thread starter George Potemkin
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top