Does anybody know a way to bulk insert from a recordset to a table (assuming the same structure). I can loop round the recordset using an INSERT INTO SQL execute but I have many records and it is slow.
Is this possible using ADO or DAO ?
Carl
Is this possible using ADO or DAO ?
Carl