Auto indexing

2004-09-29 Thread clinton lopez
Hi. I'm relatively new to the database systems. I've read from tutorials how to create indexes in tables. How can I refresh the created index of a table as I insert entries into it (in order to reflect the added entry in the index)? Any help would be very much appreciated. Thanks! Clinton Lope

Re: Auto indexing

2004-09-29 Thread Alec . Cawley
clinton lopez <[EMAIL PROTECTED]> wrote on 29/09/2004 09:54:04: > Hi. > > I'm relatively new to the database systems. I've read > from tutorials how to create indexes in tables. How > can I refresh the created index of a table as I insert > entries into it (in order to reflect the added entry > i