> There must be a way of setting the index for the new table in the schema
> file. Does anyone know what it is?

i don't know how you can do it in the schema - but you could
put something like this:

     create index CCKEY ON TPAKHIST (CCCODE,PROCDATE);

in a query and execute it after your batchmove completes.

(I'm guessing at your index fields - you need to fix that up).

-ns


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to