Board index » delphi » TBatchMove

TBatchMove

When moving my data from a Query to Table using Table.BatchMove(Query)
no keys are copied to my destination Table.

How solve this problem??

 

Re:TBatchMove


When moving my data from a Query to Table using Table.BatchMove(Query)
no keys are copied to my destination Table.
How solve this problem??

Re:TBatchMove


Quote
Roggen Kurt wrote in message <6j6mtl$8...@forums.borland.com>...
>When moving my data from a Query to Table using Table.BatchMove(Query)
>no keys are copied to my destination Table.

>How solve this problem??

Indexes are not copied during batch move operations.
You must use DBICopyTable to copy indexes and other
family members.

Other Threads