Copy between identical tables

From: Alexander Baumgart (Alexander.Baumgart_at_ts.siemens.com)
Date: 02/23/05


Date: Wed, 23 Feb 2005 17:21:38 +0100

Hello,

i wanna copy a whole table , so i create a clone of the table open a
recordset (Select * from TABLE) and changed the ActiveConnection and hope i
could use recordset.Update tp write back to the other table. But that didnt
work, because the recordset has a Status of unchanged. How can i edit Status
Property or Editmode ? Did i need to copy record by record ?

Mfg Baumgart