Page 1 of 1

TBatchMove

Posted: Mon 02 Jan 2006 12:54
by charliejo
Hello,
I can't use TBatchMove with TMyTable.... what is the solution?

Thanks

Posted: Tue 03 Jan 2006 12:51
by Ikar
Currently MyDAC doesn't support TBatchMove. We have in plans to add this feature, but we can't specify a date. Now you should copy values manually.

Posted: Tue 03 Jan 2006 18:07
by charliejo
I found the solution with TMyQuery and a request SQL : "INSERT INTO TABLE1 (Field1,Field2...) SELECT * FROM TABLE2"
And fonction Execute()

Posted: Wed 04 Jan 2006 14:37
by Ikar
This is best way to copy data, if you copy data within one server.