Programmatically disable an index

D.Cook

Member
Say I wanted to load some data into a database table and I knew the procedure was in single-user mode, is it possible to programmatically disable an index? And then rebuild it?
 
Disabling it is fairly easy... you just fiddle the appropriate _Index fields.

Rebuilding it requires the use of proutil so if "programmatically" means "with 4gl" the answer is "no".
 
Back
Top