how to write to an ODBC DB using ADO?

E

everymn

Hi,
I need to read record sets from one table,and then insert them into
another. Am I going to need to read each field into a string, and
then use that in an INSERT, or is there some recordset property that
I'm missing that will give me all of the field values all at once?

Thank You
 
Top