MatsHulten
Programmer
Can someone help me out with this one!
I need to copy a table from one DB to another using nothing but ADO. Getting the data into a recordset is not a problem (select * from table), however I would like a more simple solution to updating the other DB than doing an insert for every record. (The other table exists already, but is empty.)
Any hints?
-Mats
I need to copy a table from one DB to another using nothing but ADO. Getting the data into a recordset is not a problem (select * from table), however I would like a more simple solution to updating the other DB than doing an insert for every record. (The other table exists already, but is empty.)
Any hints?
-Mats