Re: Modify index on database update

2006-08-07 Thread vasu shah
Thanks Michael. You explained it very nice. I will look into the third approach. The first and second approach are not feasible for me. Thanks again. -Vasu Michael McCandless <[EMAIL PROTECTED]> wrote: > My application database can be updated outside the application also. Wheneve

Re: Modify index on database update

2006-08-03 Thread Michael McCandless
My application database can be updated outside the application also. Whenever there is a change in database by some other source, I want to update my index. Is there any way to do so? I am using Java and the database is DB2. I saw the DB2 UDF. But I have to put the jar inside the