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?
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?