Creating a table from ADO recordset

O

OldEnough

Probably a dumb question, but I am unfamiliar with ADO recordset
manipulation. I have learned how to retrieve a recordset from a remote
database and then define an array to match fields within the recordset to
elements of the array. I can then insert individual records into a table in
my local database for processing or data review. In some instances it would
be helpful to simply create a local table directly from the recordset without
the time consuming loop to build the array and create every individual
record. What I'm looking for is an ADO equivalent for the DAO maketable
query. Is that possible in ADO?
 

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