Board index » delphi » "batch move" with adoquery/adotable

"batch move" with adoquery/adotable

who can tell me how to "batch move" data between adoquery/adotable just like
TTable.BatchMove?

the Clone method can not apply the changes to background database.

thanks a lot.

 

Re:"batch move" with adoquery/adotable


Quote
>who can tell me how to "batch move" data between adoquery/adotable just like
>TTable.BatchMove?

There is no equivalent to all of what batch move does inside ADO.   If the two
datasets are in the same database you can use an Insert Into Query.

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Re:"batch move" with adoquery/adotable


I am sorry to here that!
who can tell me some third-part components fullfill it?

"Brian Bushay TeamB" <BBus...@Nmpls.com> wrote in message
news:udd1nt0c2aurkr4ndtkkikdsbvaiod4u53@4ax.com...

Quote

> >who can tell me how to "batch move" data between adoquery/adotable just
like
> >TTable.BatchMove?
> There is no equivalent to all of what batch move does inside ADO.   If the
two
> datasets are in the same database you can use an Insert Into Query.

> --
> Brian Bushay (TeamB)
> Bbus...@NMPLS.com

Other Threads