Thanks, Nello, that should do the trick.
MP
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nello Sestini
Sent: Monday, May 28, 2001 10:03 AM
To: Multiple recipients of list delphi
Subject: Re: [DUG]: ttASCII Schema file
> 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"
---------------------------------------------------------------------------
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"