How can I insert records from one ADO recordset to another in one shot rather than having to loop through each record.
My two recordsets originate from two different connections - I wish to copy the records from an ODBC connection to a recordset with a SQL connection. The ODBC connection is not SQL. The fields in both recordsets that I wish to copy from and into are the same size and type.
Many thanks in advance.
My two recordsets originate from two different connections - I wish to copy the records from an ODBC connection to a recordset with a SQL connection. The ODBC connection is not SQL. The fields in both recordsets that I wish to copy from and into are the same size and type.
Many thanks in advance.