Updating Indexes (OpenInsight Specific)
At 24 FEB 1998 11:15:50AM Joseph Borojevic Eloquent wrote:
I have a table whose index that must be continually updated after each save. I have used the INDEX.FLUSH and Update_Index routines but neither seem to immediatly update the index. I am confident that I have the correct syntax. If there is some kind of system variable that stops the index from updating or something that I am missing please advise.
At 24 FEB 1998 11:32AM Dave Pociu wrote:
Joseph,
I'm doing the same thing that you're talking about and it works fine.
I actually have an application level Write event that checks if the table that I'm writing to has any indexes. If it does, then it issues:
Update_Index( table_name ,
,
)As I said, indexes update right away, no problem. I'm using this in a OI3.5 multi-user Development app. I haven't tried it in run-time.