On Tue, 09 Sep 2008, Enrico Maria Giordano wrote:

Hi Enrico,

> >  INDEX ON ... TO _tempidx TEMPORARY;
> >  COPY TO ...;
> >  OrdBagClear( "_tempidx" )
> 
> Is it needed to delete the index file when we use the TEMPORARY clause?

No, it will be removed automatically when order bag is closed.
Of course if it exists.
RDD does not have to create physical file and may decide to
create index in memory when TEMPORARY clause is used. It's
low level RDD decision how and where to store temporary indexes
which may depend on different conditions like used OS, available
memory or size of index file.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to