Copy ADO RST to ACCESS TABLE (MDB)

G

Greg Franke

I need to copy an ADO recordset to an Access Table.
How can this be done?

Thanks!
 
D

Douglas J Steele

I think the only way is to loop through the recordset row-by-row, and then
either append it to a second recordset opened on the table, or else generate
an INSERT statement and run the SQL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top