Board index » delphi » copying data from one table to another

copying data from one table to another

I need to copy data from one table to another which has the colmn names
altered. This must be done at runtime.The Table are created at run and the
column names are changed so that there are no field names containing
reserved words. Can anybody help me?

sam

 

Re:copying data from one table to another


Quote
sam washkansky <s...@testladigital.com> wrote in message

news:914su3$b61$1@ctb-nnrp2.saix.net...

Quote
> I need to copy data from one table to another which has the colmn names
> altered. This must be done at runtime.The Table are created at run and the
> column names are changed so that there are no field names containing
> reserved words. Can anybody help me?

Take a look at the BatchMove component (and Mapping property).

--
Smola
--
"And once again, the day is saved"
(http://supersmola.tripod.com/index.htm)

Re:copying data from one table to another


if it is to a table component that you want to copy then the table component
has a batchmove method that will let you copy some other dataset into the
table.

Jake

Quote
"sam washkansky" <s...@testladigital.com> wrote in message

news:914su3$b61$1@ctb-nnrp2.saix.net...
Quote
> I need to copy data from one table to another which has the colmn names
> altered. This must be done at runtime.The Table are created at run and the
> column names are changed so that there are no field names containing
> reserved words. Can anybody help me?

> sam

Other Threads