Update_Index problem... (OpenInsight Specific)
At 15 APR 1999 04:15:39PM B. Cameron wrote:
I have searched through the RevTech knowledge base and discussion database on this subject and have read many threads regarding the Update_Index routine.
I still cannot get the Update_Index routine to work correctly.
If I call Update_Index(
,
,) or to rebuild Update_Index(
,,1) this does not work. If I add a table name Update_Index(TableName,
,) or rebuild Update_Index(TableName,
,1)then it seems to work.
I am using OI 3.5 . The app is running owith the NLM. I have a routine that pops up a msg that allows the user to select "Rebuild" or "Update".
…
If button=1 then rebuild=1 else rebuild="
Call Set_Status(0)
call Update_Index(
,
,rebuild)..error check..
…
I would like this to apply for all tables with indexes and also display a gauge while doing the update/rebuild.
Any quick suggestions for making this happen. (Especially the guage
I know I can read the system for the !tables and loop through those..)
Thanks
At 16 APR 1999 03:24AM amcauley@sprezzatura.com onmouseover=window.status=why not click here to send me email?;return(true)", [url=http://www.sprezzatura.com" onMouseOver=window.status=Why not click here to visit our web site?';return(true)]Sprezzatura Group[/url] wrote:
Well the latest issue of SENL carried an article by Carl Pates on rebuilding indexes - http://www.sprezzatura.com/v2i6.htm.
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 16 APR 1999 10:11AM B. Cameron wrote:
Andrew,
At first glance this seems like just what I need.
Thanks!
BC